Ensure installation of highlight-indent-guides

This commit is contained in:
Adam Goldsmith 2018-12-12 20:39:44 -05:00
parent d4717279a1
commit f34ed1cfc3
1 changed files with 5 additions and 5 deletions

View File

@ -499,6 +499,11 @@
:config
(setq lsp-java-save-action-organize-imports nil)))
(use-package highlight-indent-guides :ensure
:delight
:config
:hook (prog-mode . highlight-indent-guides-mode))
;;;; optional external packages
(use-package arduino-mode
:mode "\\.pde\\'"
@ -654,11 +659,6 @@
(company-abort)
(call-interactively 'company-yasnippet)))
(use-package highlight-indent-guides
:delight
:config
:hook (prog-mode . highlight-indent-guides-mode))
(use-package helm-dash
:config
(setq helm-dash-browser-func 'eww