summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rwxr-xr-xinit.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 55ca17e..eb01dec 100755
--- a/init.el
+++ b/init.el
@@ -1,3 +1,6 @@
+; compatibility with some strange packages that were not updated for emacs 24
+(defalias 'make-local-hook 'ignore)
+
(add-to-list 'load-path (expand-file-name "~/.emacs-lisp") t) ; my path at the end
(load "/usr/share/emacs/site-lisp/site-gentoo")