Skip to content

Commit

Permalink
Use temacs from the latest pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry authored and Henry committed Sep 4, 2014
1 parent 2b133b1 commit 211f65f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/makeEemacs
@@ -1,6 +1,7 @@
#!/bin/bash

EMACS=`which emacs`
TEMACS=/usr/local/src/emacs-24.3.93/src/temacs

if which setarch >& /dev/null
then
Expand All @@ -26,7 +27,7 @@ grep -v "init-eemacs" ~/.emacs.d/init.el >> load-eemacs.el

make

/usr/local/src/emacs/src/temacs --eval "(setq delete-old-versions t)" --batch -q \
$TEMACS --eval "(setq delete-old-versions t)" --batch -q \
--load load-eemacs.el \
--execute "(setq command-line-processed nil)" \
--execute "(dump-emacs \"~/bin/linux/eemacs\" \"`which emacs`\")"
Expand Down

0 comments on commit 211f65f

Please sign in to comment.