From febb698244b514fa961dcc5f32743d3b40cd3cd1 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 28 Sep 2020 11:51:31 +0200 Subject: [PATCH] /Users/esposito/y/her.esy.fun/src/posts/0014-change-emacs-theme-automatically/index.org --- src/posts/0014-change-emacs-theme-automatically/index.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))