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. --- compile-emacs.el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 compile-emacs.el (limited to 'compile-emacs.el') diff --git a/compile-emacs.el b/compile-emacs.el new file mode 100644 index 0000000..239b8b4 --- /dev/null +++ b/compile-emacs.el @@ -0,0 +1,6 @@ +(add-to-list 'load-path "~/.emacs.d/elisp") +(add-to-list 'load-path "~/.emacs.d/naquadah-theme") +(add-to-list 'load-path "~/.emacs.d/elisp/markdown-mode") +(add-to-list 'load-path "~/.emacs.d/elisp/git-commit-mode") + +(byte-compile-file "emacs.el") -- cgit v1.2.3-54-g00ecf