ui/minimap: allow in more major modes

This commit is contained in:
Henrik Lissner 2021-01-09 03:51:40 -05:00
parent 2bcb3480e8
commit 5e6de97b56
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -6,4 +6,5 @@
(setq minimap-window-location 'right
minimap-update-delay 0
minimap-width-fraction 0.09
minimap-minimum-width 15))
minimap-minimum-width 15)
(pushnew! minimap-major-modes 'text-mode 'conf-mode))