-q argument removed from emacs command line

This commit is contained in:
Sameer Rahmani 2016-11-21 15:34:17 +03:30
parent a6b2ec09a1
commit 42a94f73a7
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +0,0 @@
* Tasks
** TODO adds support for markdown.

2
fg42
View File

@ -4,4 +4,4 @@
export FG42_HOME=$HOME/src/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-snapshot --name FG42 --no-site-file --no-site-lisp --no-splash --title FG42 -l $FG42_HOME/fg42-config.el "$@"