mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove miniedit
This commit is contained in:
@ -238,15 +238,6 @@ enable multiple minor modes for the same regexp.")
|
||||
:n "SPC" 'imenu-list-display-entry
|
||||
:n [tab] 'hs-toggle-hiding))
|
||||
|
||||
(use-package miniedit
|
||||
:commands minibuffer-edit
|
||||
:init
|
||||
(map! :map (minibuffer-local-map
|
||||
minibuffer-local-ns-map
|
||||
minibuffer-local-completion-map
|
||||
minibuffer-local-must-match-map)
|
||||
"\M-\C-e" 'miniedit))
|
||||
|
||||
(use-package re-builder
|
||||
:commands (re-builder reb-mode-buffer-p)
|
||||
:init
|
||||
|
Reference in New Issue
Block a user