Fix highlight indent guides
This commit is contained in:
parent
2a76be1a87
commit
338cebea4b
@ -7,10 +7,11 @@
|
||||
;; This minor mode highlights indentation levels via font-lock
|
||||
|
||||
(use-package highlight-indent-guides
|
||||
:ensure t
|
||||
:config
|
||||
(setq highlight-indent-guides-method 'character)
|
||||
;; Indent character samples: fill, column or character
|
||||
(setq highlight-indent-guides-method 'character))
|
||||
:hook
|
||||
(prog-mode . highlight-indent-guides-mode))
|
||||
|
||||
(provide 'init-indent-guides)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user