Enable highlight-indent-guides in prog-modes

This commit is contained in:
Adam Goldsmith 2016-01-20 21:35:26 -05:00
parent 6e8a4569b6
commit 55bad29d02

View File

@ -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