From c5844963d2385ee6b00fad656db1d06dae9e5712 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 7 Jan 2015 02:37:30 +0100 Subject: Autoload hl-indent-mode --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf