summary refs log tree commit diff
diff options
context:
space:
mode:
authorCrazazy2023-07-14 17:15:38 +0200
committerCrazazy2023-09-23 13:10:15 +0200
commit61f66a3f1f16d15fe748fb7cd39e118b55e2489d (patch)
treebc5ef4a960c1ddf0992be9b4db690164e69d1226
parentd383a7dbb96829886f98f9e727b5e0a162f5e23d (diff)
move to leuven
-rw-r--r--emacs.org4
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