mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update highlight-indent-guides faces on focus-in
The faces may go out of sync if you spawn a tty frame via the server. Updating it when you switch frames is a workaround for this.
This commit is contained in:
@ -5,8 +5,7 @@
|
||||
:init
|
||||
(setq highlight-indent-guides-method 'character)
|
||||
:config
|
||||
(when (daemonp)
|
||||
(highlight-indent-guides-auto-set-faces))
|
||||
(add-hook 'focus-in-hook #'highlight-indent-guides-auto-set-faces)
|
||||
|
||||
;; Don't display first level of indentation
|
||||
(defun +indent-guides-for-all-but-first-column (level responsive display)
|
||||
|
Reference in New Issue
Block a user