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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package monokai-theme
|
(use-package monokai-theme
|
||||||
|
:config
|
||||||
:init
|
|
||||||
(load-theme 'monokai t)
|
(load-theme 'monokai t)
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue