Remove doom-themes-common reloading

No longer necessary with upcoming doom-themes update.
This commit is contained in:
Henrik Lissner 2018-07-02 23:31:32 +02:00
parent 81ffed520b
commit 9756a0a18c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)