mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
Add internal doom-customize-theme-hook
Ensures custom-set-faces! take effect before any load-theme hooks.
This commit is contained in:
@@ -477,7 +477,7 @@ Each face spec must be in the format of (FACE-NAME [:ATTRIBUTE VALUE]...).
|
||||
Unlike `custom-set-faces', which destructively changes a face's spec, this one
|
||||
adjusts pre-existing ones."
|
||||
`(add-hook
|
||||
'doom-load-theme-hook
|
||||
'doom-customize-theme-hook
|
||||
(let ((fn (make-symbol "doom|init-custom-faces")))
|
||||
(fset fn
|
||||
(lambda ()
|
||||
|
Reference in New Issue
Block a user