mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove doom-themes-common reloading
No longer necessary with upcoming doom-themes update.
This commit is contained in:
@ -28,10 +28,6 @@
|
|||||||
(unless doom-theme
|
(unless doom-theme
|
||||||
(setq doom-theme 'doom-one))
|
(setq doom-theme 'doom-one))
|
||||||
:config
|
:config
|
||||||
;; Reload common faces when reloading doom-themes live
|
|
||||||
(defun +doom*reload-common (&rest _) (load "doom-themes-common.el" nil t))
|
|
||||||
(advice-add #'doom/reload-theme :before #'+doom*reload-common)
|
|
||||||
|
|
||||||
;; improve integration w/ org-mode
|
;; improve integration w/ org-mode
|
||||||
(add-hook 'doom-load-theme-hook #'doom-themes-org-config)
|
(add-hook 'doom-load-theme-hook #'doom-themes-org-config)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user