From 9756a0a18c223d0e32f30bfeca3d6a608668bcea Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 2 Jul 2018 23:31:32 +0200 Subject: [PATCH] Remove doom-themes-common reloading No longer necessary with upcoming doom-themes update. --- modules/ui/doom/config.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/ui/doom/config.el b/modules/ui/doom/config.el index 9f160bc02..f950b58ca 100644 --- a/modules/ui/doom/config.el +++ b/modules/ui/doom/config.el @@ -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)