doomemacs/modules/ui/minimap/config.el
Steven vanZyl fe68c654c0 Minimap Fixes
Another set of fixes to the minimap as suggested by @hlissner.

- Changed the use-package to :defer t
- Updated the README.org and removed the Hacks section
- Alphabetized the init.example.el list
2020-05-17 15:54:09 -04:00

9 lines
238 B
EmacsLisp

;;; ui/minimap/config.el -*- lexical-binding: t; -*-
(use-package! minimap
:defer t
:config
(setq minimap-window-location 'right
minimap-update-delay 0
minimap-width-fraction 0.09
minimap-minimum-width 15))