Remove doom-themes-common reloading
No longer necessary with upcoming doom-themes update.
This commit is contained in:
parent
81ffed520b
commit
9756a0a18c
1 changed files with 0 additions and 4 deletions
|
@ -28,10 +28,6 @@
|
|||
(unless doom-theme
|
||||
(setq doom-theme 'doom-one))
|
||||
: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
|
||||
(add-hook 'doom-load-theme-hook #'doom-themes-org-config)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue