Emacs: Add hook support

master
Pierre Neidhardt 2014-03-12 10:36:37 +01:00
parent c7f7624b16
commit 70cdd3c44c
1 changed files with 3 additions and 0 deletions

View File

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