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