From c809f480bd08d05413ac8f36d817f7e20d7ce536 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Tue, 27 May 2025 12:02:27 +0200 Subject: [PATCH] fix: load theme after it is actually loaded, not at init time --- config.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.org b/config.org index cecb401..d19c937 100644 --- a/config.org +++ b/config.org @@ -616,8 +616,7 @@ For the keybindings, we have to defien them in both raw and line mode. From the #+BEGIN_SRC emacs-lisp (use-package monokai-theme - - :init + :config (load-theme 'monokai t) ) #+END_SRC