Enabling minimap on startup. Use SPC-t-m to toggle.

This commit is contained in:
RealStickman 2020-09-28 18:37:18 +02:00
parent 6ecb12e747
commit d73197879c

View File

@ -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)