From 70cdd3c44c80c6b23e1b154ed355fa013f619a90 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 12 Mar 2014 10:36:37 +0100 Subject: [PATCH] Emacs: Add hook support --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ba905a0d..96d7555b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -131,5 +131,8 @@ Example: to assign some-function to C-i, use ;; minor modes. (my-keys-minor-mode 1) +;; Local hook. +(load "local" t t) + ;; End of file ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;