diff options
author | Thanos Apollo <[email protected]> | 2023-08-31 19:53:15 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-31 19:53:15 +0300 |
commit | 8e0d9d4c3b54dfe52fb6672ca41e2b19b29bcb98 (patch) | |
tree | 0b2e44070f53c99b6ae32f4b3acc89bd4d5848df | |
parent | 384179a0c7de9bd81d9d39ba511649d8ae8e1bac (diff) |
emacs: use monokai on all devices
-rwxr-xr-x | emacs.org | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -145,9 +145,7 @@ Fonts and basic appearance settings for each device #+end_src ** Theme #+begin_src emacs-lisp - (if is-hermes - (load-theme 'doom-gruvbox) - (load-theme 'doom-monokai-classic)) + (load-theme 'doom-monokai-classic) (doom-modeline-mode 1) |