prevent malicious elisp warning when running themes
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
light-theme dark-theme)))
|
||||
(when (not (equal doom-theme next-theme))
|
||||
(setq doom-theme next-theme)
|
||||
(load-theme next-theme))))
|
||||
(load-theme next-theme t))))
|
||||
|
||||
(run-with-timer 0 900 'synchronize-theme)
|
||||
|
||||
|
Reference in New Issue
Block a user