From 9df6bb4922d08a9db2233f738b691eebc6e3120a Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 15 Jun 2011 12:19:30 +0200 Subject: EMACS: compile, htmlize, js, stumpwm * install.sh tries to compile emacs.el before linking the emacs.elc to ~/. This is to always have a compiled .emacs.elc for speediest startup. * I removed a little bit of code from htmlize.el that was causing trouble with the naquadah theme. * I removed javascript-mode, because the built-in js-mode is better. * I Added stumpwm mode * When I save a file and it is in html-mode it will try and replace all occurrences of é with é before continueing. --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 036aa8e..198f33e 100755 --- a/install.sh +++ b/install.sh @@ -49,6 +49,8 @@ linkmy conkyrc .conkyrc copymy conky_box.lua .conky_box.lua # EMACS linkmy emacs.el .emacs.el +emacs --script compile-emacs.el || return 1 +linkmy emacs.elc .emacs.elc linkmy emacs.d .emacs.d # FONTS linkmy fonts.conf .fonts.conf -- cgit v1.2.3-54-g00ecf