diff --git a/src/posts/0014-change-emacs-theme-automatically/index.org b/src/posts/0014-change-emacs-theme-automatically/index.org index d507261..d106329 100644 --- a/src/posts/0014-change-emacs-theme-automatically/index.org +++ b/src/posts/0014-change-emacs-theme-automatically/index.org @@ -43,7 +43,7 @@ So here is my piece of code I added to my doom-emacs =config.el=: (t 'doom-laserwave)))) (when (not (equal doom-theme theme)) (setq doom-theme theme) - (load-theme doom-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))))