mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
ui/doom: fix solaire not resetting post-load-theme
This commit is contained in:
@ -28,8 +28,8 @@
|
||||
(setq solaire-mode-real-buffer-fn #'doom-real-buffer-p)
|
||||
;; fringe can become unstyled when deleting or focusing frames
|
||||
(add-hook 'focus-in-hook #'solaire-mode-reset)
|
||||
;; Prevent color glitches when reloading either DOOM or the theme
|
||||
(add-hook! '(doom-init-theme-hook doom-reload-hook)
|
||||
;; Prevent color glitches when reloading either DOOM or loading a new theme
|
||||
(add-hook! :append '(doom-load-theme-hook doom-reload-hook)
|
||||
#'solaire-mode-reset)
|
||||
;; org-capture takes an org buffer and narrows it. The result is erroneously
|
||||
;; considered an unreal buffer, so solaire-mode must be restored.
|
||||
|
Reference in New Issue
Block a user