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