fix a bug

This commit is contained in:
Yann Esposito (Yogsototh) 2020-10-03 12:18:13 +02:00
parent febb698244
commit d61aa3284d
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ So here is my piece of code I added to my doom-emacs =config.el=:
(setq doom-theme theme)
(load-theme doom-theme t)
;; run that function again next hour
(run-at-time (format "%02d:%02d" (+ hour 1) 0) nil 'y/update-time))))
(run-at-time (format "%02d:%02d" (+ hour 1) 0) nil 'y/auto-update-theme))))
(y/auto-update-theme)
#+END_SRC