diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 9d1c9ea..c715bf5 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/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-dracula) +(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'. diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el index eaa023c..1d9ff52 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -37,7 +37,7 @@ ;;hydra ;;indent-guides ; highlighted indent columns ;;ligatures ; ligatures and symbols to make your code pretty again - ;;minimap ; show a map of the code on the side + minimap ; show a map of the code on the side modeline ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink cursor line after big motions ;;neotree ; a project drawer, like NERDTree for vim