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
|
#+END_SRC
|
||||||
** Theme
|
** Theme
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package "darkthooth-theme"
|
(use-package "darktooth-theme"
|
||||||
:ensu
|
:ensure t
|
||||||
)
|
:init(load-theme 'darktooth t))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** Swiper
|
** Swiper
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Add table
Reference in a new issue