Merge branch 'master' of github.com:FG42/FG42

This commit is contained in:
Sameer Rahmani 2016-08-23 13:14:42 +04:30
commit dfed95900a
1 changed files with 2 additions and 2 deletions

4
fg42
View File

@ -1,7 +1,7 @@
#! /bin/sh
#export FG42_HOME=--PATH--
export FG42_HOME=$HOME/src/FG42
export FG42_HOME=$HOME/FG42
#emacs -Q --no-splash --name FG42 --title FG42 -q -l --PATH--/fg42-config.el "$@"
emacs-snapshot --name FG42 -q --no-site-file --no-site-lisp --no-splash --title FG42 -l $FG42_HOME/fg42-config.el "$@"
emacs --name FG42 -q --no-site-file --no-site-lisp --no-splash --title FG42 -l $FG42_HOME/fg42-config.el "$@"