From 42a94f73a75ca07d367ad80b3a793ab670ba42b3 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 21 Nov 2016 15:34:17 +0330 Subject: [PATCH] -q argument removed from emacs command line --- TODO.org | 2 -- fg42 | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 TODO.org diff --git a/TODO.org b/TODO.org deleted file mode 100644 index 30c041a..0000000 --- a/TODO.org +++ /dev/null @@ -1,2 +0,0 @@ -* Tasks -** TODO adds support for markdown. diff --git a/fg42 b/fg42 index 9795983..2964f03 100755 --- a/fg42 +++ b/fg42 @@ -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 "$@"