ui/indent-guides: set variables sooner

So you don't need after! to change them.
This commit is contained in:
Henrik Lissner 2019-03-11 16:46:55 -04:00
parent cdd6587450
commit c5c3bdaa61
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -2,10 +2,10 @@
(def-package! highlight-indent-guides
:hook ((prog-mode text-mode conf-mode) . highlight-indent-guides-mode)
:config
:init
(setq highlight-indent-guides-method 'character
highlight-indent-guides-responsive 'top)
:config
;; Don't display first level of indentation
(defun +indent-guides-for-all-but-first-column (level responsive display)
(unless (< level 1)