mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
refactor(minimap): replace minimap.el w/ demap.el
The former is unmaintained. Fix: #8430 Ref: https://github.com/orgs/doomemacs/projects/5/views/1?pane=issue&itemId=2922285
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
;;; 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)
|
||||
(pushnew! minimap-major-modes 'text-mode 'conf-mode))
|
||||
(use-package! demap
|
||||
:hook (demap-minimap-window-set-hook . hide-mode-line-mode))
|
||||
|
Reference in New Issue
Block a user