Fix color of indent guides in daemon sessions

This commit is contained in:
Henrik Lissner 2019-05-13 15:33:10 -04:00
parent 9dfc4f42c6
commit f1ea7de76d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -5,6 +5,9 @@
:init
(setq highlight-indent-guides-method 'character)
:config
(when (daemonp)
(highlight-indent-guides-auto-set-faces))
;; Don't display first level of indentation
(defun +indent-guides-for-all-but-first-column (level responsive display)
(unless (< level 1)