mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix void-function error in doom/reload-theme
This commit is contained in:
@ -67,4 +67,4 @@ window changes before then, the undo expires."
|
|||||||
(let ((theme (or (car-safe custom-enabled-themes) doom-theme)))
|
(let ((theme (or (car-safe custom-enabled-themes) doom-theme)))
|
||||||
(when theme
|
(when theme
|
||||||
(mapc #'disable-theme custom-enabled-themes))
|
(mapc #'disable-theme custom-enabled-themes))
|
||||||
(+doom|init-ui)))
|
(doom|init-ui)))
|
||||||
|
Reference in New Issue
Block a user