Add highlight-indent-guides
This commit is contained in:
parent
e570c705ea
commit
f19778e9e0
7
init.el
7
init.el
|
@ -303,6 +303,13 @@
|
|||
(use-package rainbow-delimiters
|
||||
:hook prog-mode)
|
||||
|
||||
(use-package highlight-indent-guides
|
||||
:hook prog-mode
|
||||
:custom
|
||||
(highlight-indent-guides-auto-enabled nil)
|
||||
(highlight-indent-guides-method 'character)
|
||||
(highlight-indent-guides-responsive 'stack))
|
||||
|
||||
(use-package which-key
|
||||
:demand t
|
||||
:custom
|
||||
|
|
Loading…
Reference in a new issue