From 55bad29d0296fdac63c2e9810d385be898e22662 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 20 Jan 2016 21:35:26 -0500 Subject: [PATCH] Enable highlight-indent-guides in prog-modes --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8f97b42..76797cd 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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