summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-06-03 06:54:52 +0300
committerThanos Apollo <[email protected]>2023-06-03 06:54:52 +0300
commit2bcee123678c48092079fe2bbd4a1264735a206b (patch)
treeef51f2f5bb855102b077920fafba9518c571f28c /emacs.org
parent7cdefdfd1b95b47481ea4b4ba5aac1e75968a94f (diff)
emacs: Change theme to doom-old-hope.el
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index b8d171e..236dd76 100755
--- a/emacs.org
+++ b/emacs.org
@@ -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)