summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-06-15 12:19:30 +0200
committerGravatar Tom Willemsen2011-06-15 12:19:30 +0200
commit9df6bb4922d08a9db2233f738b691eebc6e3120a (patch)
tree4f4a39aa28b1eb5c3afcbf5c941bc7dbfdc3cf1f /install.sh
parentc608291b013290b80f6aaf71ec6d0abc4b13c87f (diff)
downloaddotfiles-9df6bb4922d08a9db2233f738b691eebc6e3120a.tar.gz
dotfiles-9df6bb4922d08a9db2233f738b691eebc6e3120a.zip
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.
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
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