From c2732517e362288d559eda6080a102ee042d3311 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Sat, 9 Nov 2024 15:03:25 +0000 Subject: [PATCH] doom fix --- doomemacs/{.doom.d => .config/doom}/config.el | 2 +- doomemacs/{.doom.d => .config/doom}/custom.el | 0 doomemacs/{.doom.d => .config/doom}/init.el | 0 doomemacs/{.doom.d => .config/doom}/packages.el | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename doomemacs/{.doom.d => .config/doom}/config.el (99%) rename doomemacs/{.doom.d => .config/doom}/custom.el (100%) rename doomemacs/{.doom.d => .config/doom}/init.el (100%) rename doomemacs/{.doom.d => .config/doom}/packages.el (100%) diff --git a/doomemacs/.doom.d/config.el b/doomemacs/.config/doom/config.el similarity index 99% rename from doomemacs/.doom.d/config.el rename to doomemacs/.config/doom/config.el index 144abb3..bf78398 100644 --- a/doomemacs/.doom.d/config.el +++ b/doomemacs/.config/doom/config.el @@ -32,7 +32,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-tomorrow-night) +(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'. diff --git a/doomemacs/.doom.d/custom.el b/doomemacs/.config/doom/custom.el similarity index 100% rename from doomemacs/.doom.d/custom.el rename to doomemacs/.config/doom/custom.el diff --git a/doomemacs/.doom.d/init.el b/doomemacs/.config/doom/init.el similarity index 100% rename from doomemacs/.doom.d/init.el rename to doomemacs/.config/doom/init.el diff --git a/doomemacs/.doom.d/packages.el b/doomemacs/.config/doom/packages.el similarity index 100% rename from doomemacs/.doom.d/packages.el rename to doomemacs/.config/doom/packages.el