diff options
Diffstat (limited to 'lisp/init-indent-guides.el')
-rw-r--r-- | lisp/init-indent-guides.el | 3 |
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) |