Fix void-function error in doom/reload-theme

This commit is contained in:
Henrik Lissner 2017-06-29 11:58:58 +02:00
parent 9fdc449976
commit fa47730204
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)))