diff options
-rwxr-xr-x | emacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ Fonts and basic appearance settings for each device #+end_src ** Theme & modeline #+begin_src emacs-lisp - (load-theme 'doom-old-hope t) + (load-theme 'doom-molokai) (doom-modeline-mode 1) (setq doom-modeline-height 35) |