From 9b1e8e2eb65168e0a60060d2a6e6ea87e9dd4ed9 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Mon, 10 Apr 2023 22:14:20 -0700 Subject: [PATCH] adding minimap, nord theme --- emacs/.doom.d/config.el | 2 +- emacs/.doom.d/init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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