From f34ed1cfc31c76fc3718d87fff3347359b0e1d56 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 12 Dec 2018 20:39:44 -0500 Subject: [PATCH] Ensure installation of highlight-indent-guides --- .emacs.d/init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3403df6..fa88f69 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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