summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-01-07 02:37:30 +0100
committerGravatar Tom Willemse2015-01-07 02:37:30 +0100
commitc5844963d2385ee6b00fad656db1d06dae9e5712 (patch)
tree32376dadafbe52103aa25c424d1f7769b19d014d
parent9600b70377133c2e7ab841aeb4bc25a93a4e9080 (diff)
downloaddotfiles-c5844963d2385ee6b00fad656db1d06dae9e5712.tar.gz
dotfiles-c5844963d2385ee6b00fad656db1d06dae9e5712.zip
Autoload hl-indent-mode
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 2ebb92a..d04469f 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -26,6 +26,7 @@
(autoload 'tagedit-mode "tagedit" nil t)
(autoload 'tern-mode "tern" nil t)
(autoload 'xmodmap-mode "xmodmap-mode" nil t)
+(autoload 'hl-indent-mode "hl-indent" nil t)
;;;; Macros