Enable highlight-indent-guides in prog-modes
This commit is contained in:
parent
6e8a4569b6
commit
55bad29d02
@ -255,6 +255,10 @@
|
||||
:bind ("C-S-r" . swiper))
|
||||
|
||||
|
||||
(use-package highlight-indent-guides
|
||||
:config
|
||||
(add-hook 'prog-mode-hook 'highlight-indent-guides-mode))
|
||||
|
||||
(use-package helm-dash
|
||||
:config
|
||||
(setq helm-dash-browser-func 'eww
|
||||
|
Loading…
Reference in New Issue
Block a user