From 174e0518a19dc1e2b8505515264c315b28f3bc61 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 28 Mar 2018 03:32:52 -0400 Subject: [PATCH] ui/doom: fix void-symbol error caused by misnamed advice function --- modules/ui/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/doom/config.el b/modules/ui/doom/config.el index 643cfcf3b..248fd478d 100644 --- a/modules/ui/doom/config.el +++ b/modules/ui/doom/config.el @@ -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