about summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-07-07T23·52+0200
committerVincent Ambo <vincent@spotify.com>2013-07-07T23·52+0200
commit802f0f4213900ae78cd5eea63f40e46651f90cbd (patch)
treee9d7977d798dae8fef7911a5b52222cae665b7e1 /emacs.d/init.el
parent977f658cf7fbdcf4567a3e9296b7555a26f4ad9d (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.el1
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)