2020-05-16 18:24:45 -04:00
|
|
|
;;; ui/minimap/config.el -*- lexical-binding: t; -*-
|
2020-05-16 17:25:12 -04:00
|
|
|
|
|
|
|
(use-package! minimap
|
2020-05-17 15:54:09 -04:00
|
|
|
:defer t
|
2020-05-16 17:25:12 -04:00
|
|
|
:config
|
|
|
|
(setq minimap-window-location 'right
|
|
|
|
minimap-update-delay 0
|
|
|
|
minimap-width-fraction 0.09
|
2020-05-16 18:31:24 -04:00
|
|
|
minimap-minimum-width 15))
|