From 802f0f4213900ae78cd5eea63f40e46651f90cbd Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 8 Jul 2013 01:52:03 +0200 Subject: emacs: Loading hooks + disabling hl-line-mode globally (I really don't like it) --- emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs.d/init.el') 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) -- cgit 1.4.1