Fix color of indent guides in daemon sessions
This commit is contained in:
parent
9dfc4f42c6
commit
f1ea7de76d
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
:init
|
:init
|
||||||
(setq highlight-indent-guides-method 'character)
|
(setq highlight-indent-guides-method 'character)
|
||||||
:config
|
:config
|
||||||
|
(when (daemonp)
|
||||||
|
(highlight-indent-guides-auto-set-faces))
|
||||||
|
|
||||||
;; 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