Fix theme

This commit is contained in:
qorg11 2022-02-03 18:32:31 +01:00
parent 012f27011a
commit 1fb4e10735
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -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