Add highlight-indent-guides

This commit is contained in:
eriedaberrie 2023-06-09 13:48:27 -07:00
parent e570c705ea
commit f19778e9e0

View file

@ -303,6 +303,13 @@
(use-package rainbow-delimiters (use-package rainbow-delimiters
:hook prog-mode) :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 (use-package which-key
:demand t :demand t
:custom :custom