mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix color of indent guides in daemon sessions
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user