diff --git a/dotfiles/emacs/.config/doom/config.el b/dotfiles/emacs/.config/doom/config.el index 79f3a83..2f4f54b 100644 --- a/dotfiles/emacs/.config/doom/config.el +++ b/dotfiles/emacs/.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-one) +(setq doom-theme 'doom-nord) ;; 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'.