ui/doom: fix solaire not resetting post-load-theme
This commit is contained in:
parent
4fc2897372
commit
b9da309d6b
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue