Ensure installation of highlight-indent-guides
This commit is contained in:
parent
d4717279a1
commit
f34ed1cfc3
@ -499,6 +499,11 @@
|
|||||||
:config
|
:config
|
||||||
(setq lsp-java-save-action-organize-imports nil)))
|
(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
|
;;;; optional external packages
|
||||||
(use-package arduino-mode
|
(use-package arduino-mode
|
||||||
:mode "\\.pde\\'"
|
:mode "\\.pde\\'"
|
||||||
@ -654,11 +659,6 @@
|
|||||||
(company-abort)
|
(company-abort)
|
||||||
(call-interactively 'company-yasnippet)))
|
(call-interactively 'company-yasnippet)))
|
||||||
|
|
||||||
(use-package highlight-indent-guides
|
|
||||||
:delight
|
|
||||||
:config
|
|
||||||
:hook (prog-mode . highlight-indent-guides-mode))
|
|
||||||
|
|
||||||
(use-package helm-dash
|
(use-package helm-dash
|
||||||
:config
|
:config
|
||||||
(setq helm-dash-browser-func 'eww
|
(setq helm-dash-browser-func 'eww
|
||||||
|
Loading…
Reference in New Issue
Block a user