ui/minimap: allow in more major modes
This commit is contained in:
parent
2bcb3480e8
commit
5e6de97b56
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue