summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-06-17 11:24:23 +0200
committerGravatar Tom Willemse2015-06-17 11:24:23 +0200
commitc057b45cbd1be6f8224ba6a52e8c051475c9245e (patch)
tree4b06629a49f92171088f4a85c3d859118b131f00 /emacs/.emacs.d/init.el
parentca31d5917695f07050e3c772f2209b59210a3a2f (diff)
downloaddotfiles-c057b45cbd1be6f8224ba6a52e8c051475c9245e.tar.gz
dotfiles-c057b45cbd1be6f8224ba6a52e8c051475c9245e.zip
Move hl-indent settings to init.org
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 56e9668..8a0549d 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -36,7 +36,6 @@
(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
@@ -1392,7 +1391,7 @@ from myaethon2.core.decorators import (
(oni:add-hooks 'prog-mode-hook
#'oni:prog-mode-func #'oni:maybe-fci-mode #'rainbow-delimiters-mode
- #'oni:maybe-prettify-symbols-mode #'hl-indent-mode)
+ #'oni:maybe-prettify-symbols-mode)
(oni:add-hooks 'python-mode-hook
(lambda () (setq ac-sources '(ac-source-jedi-direct)))