From d73197879c3c6f6cea5e08346a2d129708ba669f Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 28 Sep 2020 18:37:18 +0200 Subject: [PATCH] Enabling minimap on startup. Use SPC-t-m to toggle. --- arch-config/.doom.d/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch-config/.doom.d/config.el b/arch-config/.doom.d/config.el index 1efedc53..2a1982b2 100644 --- a/arch-config/.doom.d/config.el +++ b/arch-config/.doom.d/config.el @@ -52,3 +52,6 @@ ;; ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; they are implemented. + +;; Enables the minimap by default. Use SPC-t-m to toggle +(minimap-mode 1)