diff options
Diffstat (limited to 'emacs.org')
-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 |