diff options
author | Crazazy | 2023-07-14 17:15:38 +0200 |
---|---|---|
committer | Crazazy | 2023-09-23 13:10:15 +0200 |
commit | 61f66a3f1f16d15fe748fb7cd39e118b55e2489d (patch) | |
tree | bc5ef4a960c1ddf0992be9b4db690164e69d1226 | |
parent | d383a7dbb96829886f98f9e727b5e0a162f5e23d (diff) |
move to leuven
-rw-r--r-- | emacs.org | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs.org b/emacs.org index 9ef4f19..d6d3584 100644 --- a/emacs.org +++ b/emacs.org @@ -582,9 +582,7 @@ Also, if you just stumbled accross this at random, there is an easy tangle butto *** Themes I like to have a nice theme in my setup #+begin_src emacs-lisp :tangle emacsconfig/misc.el - (use-package flatland-theme - :config - (load-theme 'flatland)) + (load-theme 'leuven) #+end_src Also I want to theme my config exports #+begin_src emacs-lisp :tangle emacsconfig/extras.el |