From fc55f334592a4ae86baabb8d0171436615bb24d9 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 28 Aug 2023 19:06:25 +0300 Subject: emacs: use gruvbox theme if is-hermes --- emacs.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'emacs.org') diff --git a/emacs.org b/emacs.org index 78c52d1..748d659 100755 --- a/emacs.org +++ b/emacs.org @@ -146,7 +146,10 @@ Fonts and basic appearance settings for each device #+end_src ** Theme #+begin_src emacs-lisp - (load-theme 'doom-monokai-classic) + (if is-hermes + (load-theme 'doom-gruvbox) + (load-theme 'doom-monokai-classic)) + (doom-modeline-mode 1) (setq doom-modeline-height 35) -- cgit v1.2.3