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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;