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