ui/indent-guides: set variables sooner
So you don't need after! to change them.
This commit is contained in:
parent
cdd6587450
commit
c5c3bdaa61
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
(def-package! highlight-indent-guides
|
(def-package! highlight-indent-guides
|
||||||
:hook ((prog-mode text-mode conf-mode) . highlight-indent-guides-mode)
|
:hook ((prog-mode text-mode conf-mode) . highlight-indent-guides-mode)
|
||||||
:config
|
:init
|
||||||
(setq highlight-indent-guides-method 'character
|
(setq highlight-indent-guides-method 'character
|
||||||
highlight-indent-guides-responsive 'top)
|
highlight-indent-guides-responsive 'top)
|
||||||
|
:config
|
||||||
;; Don't display first level of indentation
|
;; Don't display first level of indentation
|
||||||
(defun +indent-guides-for-all-but-first-column (level responsive display)
|
(defun +indent-guides-for-all-but-first-column (level responsive display)
|
||||||
(unless (< level 1)
|
(unless (< level 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue