mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Rewrite how themes are loaded, and fonts reloaded
A follow-up to 578dddd
, which wasn't sufficient.
Fixes #5000 (again)
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
;; 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 'doom-load-theme-hook #'+indent-guides-init-faces-h)
|
||||
(when doom-init-theme-p
|
||||
(when doom-theme
|
||||
(+indent-guides-init-faces-h))
|
||||
|
||||
;; `highlight-indent-guides' breaks when `org-indent-mode' is active
|
||||
|
Reference in New Issue
Block a user