mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/minimap: allow in more major modes
This commit is contained in:
@ -6,4 +6,5 @@
|
|||||||
(setq minimap-window-location 'right
|
(setq minimap-window-location 'right
|
||||||
minimap-update-delay 0
|
minimap-update-delay 0
|
||||||
minimap-width-fraction 0.09
|
minimap-width-fraction 0.09
|
||||||
minimap-minimum-width 15))
|
minimap-minimum-width 15)
|
||||||
|
(pushnew! minimap-major-modes 'text-mode 'conf-mode))
|
||||||
|
Reference in New Issue
Block a user