fix: load theme after it is actually loaded, not at init time
This commit is contained in:
parent
3591e5704e
commit
c809f480bd
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue