summaryrefslogtreecommitdiff
path: root/emacs/.doom.d/init.el
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-11-22 20:36:02 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-11-22 20:36:02 -0500
commit561f35546fb024dea2bc99b84432e02cb0dfd8d6 (patch)
treec4d37b4b014d2e0209aaba4ec0c4da8ec6472d06 /emacs/.doom.d/init.el
parent33a5726726d29f826ffea8292c0ba230a69892c9 (diff)
disable minimap
Diffstat (limited to 'emacs/.doom.d/init.el')
-rw-r--r--emacs/.doom.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el
index 16fa494..89343dd 100644
--- a/emacs/.doom.d/init.el
+++ b/emacs/.doom.d/init.el
@@ -34,7 +34,7 @@
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;hydra
;;indent-guides ; highlighted indent columns
- 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