summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2013-08-18 18:15:40 +0100
committerGianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>2013-08-18 18:17:48 +0100
commitd224d79b8f740b0df7102ca0311a4a15b7f61d8d (patch)
treeb5b41c133649ca4d3a33c0bc95ca29fa94bd6ddc
parentremove perl-completion (diff)
downloademacs-d224d79b8f740b0df7102ca0311a4a15b7f61d8d.tar.gz
emacs-d224d79b8f740b0df7102ca0311a4a15b7f61d8d.tar.bz2
emacs-d224d79b8f740b0df7102ca0311a4a15b7f61d8d.zip
kill local-hook
-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")