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:
Henrik Lissner
2025-06-29 14:16:05 +02:00
parent 3d75d8e205
commit 957b1266bf
5 changed files with 8 additions and 21 deletions

View File

@@ -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))