From afb5171a4615e2d630f49ef330aad7e0c047a5dd Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 28 Nov 2016 14:47:20 +0330 Subject: [PATCH] fg42 moved to emacs instead of snapshot emacs --- fg42 | 2 +- fg42-config.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fg42 b/fg42 index 2964f03..9e51690 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 --no-site-file --no-site-lisp --no-splash --title FG42 -l $FG42_HOME/fg42-config.el "$@" +emacs --name FG42 --no-site-file --no-site-lisp --no-splash --title FG42 -l $FG42_HOME/fg42-config.el "$@" diff --git a/fg42-config.el b/fg42-config.el index 288a901..c9a6a8f 100644 --- a/fg42-config.el +++ b/fg42-config.el @@ -1,5 +1,5 @@ (add-to-list 'load-path (concat (getenv "FG42_HOME") "/lib")) -(toggle-debug-on-error) +;(toggle-debug-on-error) (require 'fg42) ;; Load the default theme