fix: load theme after it is actually loaded, not at init time

This commit is contained in:
Laurens Miers 2025-05-27 12:02:27 +02:00
parent 3591e5704e
commit c809f480bd

View file

@ -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