From 0a6df06dd99ec52997d3d56fa28035b29a3f5911 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sun, 23 Mar 2025 18:36:00 +0200 Subject: [PATCH] why are we still here --- private_dot_config/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index c192adb..607f0ef 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -33,7 +33,7 @@ ;; 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-gruvbox-light) +(setq doom-theme 'doom-gruvbox) (setq darkman-themes '(:light doom-gruvbox-light :dark 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'.