mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)))
|
||||
(when theme
|
||||
(mapc #'disable-theme custom-enabled-themes))
|
||||
(+doom|init-ui)))
|
||||
(doom|init-ui)))
|
||||
|
Reference in New Issue
Block a user