mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Initial Minimap Module
Created a new Minimap module based on minimap.el from ELPA the module sets some DOOM-specific config, and better defaults. Also added keybindings for it.
This commit is contained in:
@ -655,7 +655,8 @@
|
||||
:desc "Soft line wrapping" "w" #'visual-line-mode
|
||||
(:when (featurep! :editor word-wrap)
|
||||
:desc "Soft line wrapping" "w" #'+word-wrap-mode)
|
||||
:desc "Zen mode" "z" #'writeroom-mode))
|
||||
:desc "Zen mode" "z" #'writeroom-mode
|
||||
:desc "Minimap" "m" #'minimap-mode))
|
||||
|
||||
(after! which-key
|
||||
(let ((prefix-re (regexp-opt (list doom-leader-key doom-leader-alt-key))))
|
||||
|
Reference in New Issue
Block a user