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:
parent
10cef7a887
commit
754dd75624
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@
|
||||||
:init
|
:init
|
||||||
(setq highlight-indent-guides-method 'character)
|
(setq highlight-indent-guides-method 'character)
|
||||||
:config
|
:config
|
||||||
(when (daemonp)
|
(add-hook 'focus-in-hook #'highlight-indent-guides-auto-set-faces)
|
||||||
(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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue