aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/init-indent-guides.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-indent-guides.el')
-rw-r--r--lisp/init-indent-guides.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/init-indent-guides.el b/lisp/init-indent-guides.el
index 221c7ca..24fb8d2 100644
--- a/lisp/init-indent-guides.el
+++ b/lisp/init-indent-guides.el
@@ -4,7 +4,6 @@
:config
(setq highlight-indent-guides-method 'character)
;; Indent character samples: fill, column or character
- (setq highlight-indent-guides-method 'character)
- (add-hook 'prog-mode-hook 'highlight-indent-guides-mode))
+ (setq highlight-indent-guides-method 'character))
(provide 'init-indent-guides)