diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-07T23·52+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-07T23·52+0200 |
commit | 802f0f4213900ae78cd5eea63f40e46651f90cbd (patch) | |
tree | e9d7977d798dae8fef7911a5b52222cae665b7e1 /emacs.d/init.el | |
parent | 977f658cf7fbdcf4567a3e9296b7555a26f4ad9d (diff) |
emacs: Loading hooks + disabling hl-line-mode globally (I really don't
like it)
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r-- | emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 1def230fde4b..971ff2b749a0 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -34,6 +34,7 @@ (load "~/.emacs.d/init-functions.el") (load "~/.emacs.d/init-settings.el") +(load "~/.emacs.d/init-modes.el") (setq custom-file "~/.emacs.d/init-custom.el") (load custom-file) |