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