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
This commit is contained in:
parent
c1937397f3
commit
fe68c654c0
3 changed files with 4 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; ui/minimap/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! minimap
|
||||
:hook doom-load-theme-hook
|
||||
:defer t
|
||||
:config
|
||||
(setq minimap-window-location 'right
|
||||
minimap-update-delay 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue