mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
ui/doom: fix void-symbol error caused by misnamed advice function
This commit is contained in:
@ -26,7 +26,7 @@
|
|||||||
(setq doom-theme 'doom-one))
|
(setq doom-theme 'doom-one))
|
||||||
|
|
||||||
;; Reload common faces when reloading doom-themes live
|
;; 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)
|
(advice-add #'doom//reload-theme :before #'+doom*reload-common)
|
||||||
|
|
||||||
;; improve integration w/ org-mode
|
;; improve integration w/ org-mode
|
||||||
|
Reference in New Issue
Block a user