Fix theme
This commit is contained in:
parent
012f27011a
commit
1fb4e10735
1 changed files with 3 additions and 4 deletions
|
@ -195,10 +195,9 @@
|
|||
#+END_SRC
|
||||
** Theme
|
||||
#+begin_src emacs-lisp
|
||||
(use-package "darkthooth-theme"
|
||||
:ensu
|
||||
)
|
||||
|
||||
(use-package "darktooth-theme"
|
||||
:ensure t
|
||||
:init(load-theme 'darktooth t))
|
||||
#+end_src
|
||||
** Swiper
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Add table
Reference in a new issue