From a90d814e1b4fdb60aaa3d1f52d4ede4bf7bd2d56 Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Tue, 4 Nov 2025 21:41:05 -0800 Subject: change theme and line numbers --- dot-config/doom/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot-config/doom') diff --git a/dot-config/doom/config.el b/dot-config/doom/config.el index 9746b74..48e5943 100644 --- a/dot-config/doom/config.el +++ b/dot-config/doom/config.el @@ -32,11 +32,11 @@ ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -(setq doom-theme 'doom-one) +(setq doom-theme 'doom-gruvbox) ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'. -(setq display-line-numbers-type t) +(setq display-line-numbers-type 'relative) ;; If you use `org' and don't want your org files in the default location below, ;; change `org-directory'. It must be set before org loads! -- cgit v1.3