From 8e0d9d4c3b54dfe52fb6672ca41e2b19b29bcb98 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 31 Aug 2023 19:53:15 +0300 Subject: emacs: use monokai on all devices --- emacs.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/emacs.org b/emacs.org index 6d59ae0..a316202 100755 --- a/emacs.org +++ b/emacs.org @@ -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) -- cgit v1.2.3