From 7445fd6a749c8e7b636f5cc9538e554b4539ceb8 Mon Sep 17 00:00:00 2001 From: Judah Sotomayor Date: Thu, 29 Aug 2024 15:05:23 -0400 Subject: [PATCH] feat(theme): Change theme to xcode --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 98adfc2..fee29fd 100644 --- a/config.org +++ b/config.org @@ -36,7 +36,7 @@ Set the theme. +I also prefer relative line numbers because of *evil* mode+ Relative line numbers don't seem to work, because of folding in Org-mode. #+begin_src emacs-lisp -(setq doom-theme 'doom-oksolar-dark) +(setq doom-theme 'doom-xcode) (setq doom-font (font-spec :family "Hack Nerd Font Mono" :size 16 :weight 'medium)) (setq auto-save-default nil) ;I don't like autosaving. Let me do it myself.