ui/doom: fix void-symbol error caused by misnamed advice function

This commit is contained in:
Henrik Lissner 2018-03-28 03:32:52 -04:00
parent 375547d1b3
commit 174e0518a1
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -26,7 +26,7 @@
(setq doom-theme 'doom-one))
;; Reload common faces when reloading doom-themes live
(defun +doom*reload (&rest _) (load "doom-themes-common.el" nil t))
(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