Fix #3604: wrong indent-guide color in daemon frames

This commit is contained in:
Henrik Lissner 2020-10-21 17:16:59 -04:00
parent 43e3e4c8f3
commit 3907e75c82
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -5,7 +5,7 @@
:init
(setq highlight-indent-guides-method 'character)
:config
(defun +indent-guides-init-faces-h ()
(defun +indent-guides-init-faces-h (&rest _)
(when (display-graphic-p)
(highlight-indent-guides-auto-set-faces)))
@ -13,10 +13,9 @@
;; but is unable to do so properly in terminal Emacs, where it only has
;; access to 256 colors. So if the user uses a daemon we must wait for
;; the first graphical frame to be available to do.
(add-hook (if (daemonp)
'server-after-make-frame-hook
'doom-load-theme-hook)
#'+indent-guides-init-faces-h)
(add-hook 'doom-load-theme-hook #'+indent-guides-init-faces-h)
(when doom-init-theme-p
(+indent-guides-init-faces-h))
;; `highlight-indent-guides' breaks when `org-indent-mode' is active
(add-hook! 'org-mode-local-vars-hook