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