diff options
author | Thanos Apollo <[email protected]> | 2023-06-03 06:54:52 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-06-03 06:54:52 +0300 |
commit | 2bcee123678c48092079fe2bbd4a1264735a206b (patch) | |
tree | ef51f2f5bb855102b077920fafba9518c571f28c /emacs.org | |
parent | 7cdefdfd1b95b47481ea4b4ba5aac1e75968a94f (diff) |
emacs: Change theme to doom-old-hope.el
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) |