Fix void-function error in doom/reload-theme
This commit is contained in:
parent
9fdc449976
commit
fa47730204
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue