mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Split doom-reload-hook into before/after hooks
This commit is contained in:
@ -62,7 +62,7 @@
|
||||
;; HACK The fringe cannot have a buffer-local remapping on Emacs <= 26, so
|
||||
;; we jump through hoops to reset it (globally) whenever it is likely
|
||||
;; that the fringe will have lost its background color.
|
||||
(add-hook! '(doom-load-theme-hook doom-reload-hook) :append
|
||||
(add-hook! '(doom-load-theme-hook doom-after-reload-hook) :append
|
||||
#'solaire-mode-reset)
|
||||
|
||||
;; fringe can become unstyled when deleting or focusing frames
|
||||
|
Reference in New Issue
Block a user