From d224d79b8f740b0df7102ca0311a4a15b7f61d8d Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Sun, 18 Aug 2013 18:15:40 +0100 Subject: kill local-hook --- init.el | 3 +++ 1 file changed, 3 insertions(+) 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") -- cgit v1.2.3