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