Remove miniedit
This commit is contained in:
parent
601b422943
commit
a8c5282b35
2 changed files with 0 additions and 10 deletions
1
Cask
1
Cask
|
@ -64,7 +64,6 @@
|
|||
(depends-on "expand-region")
|
||||
(depends-on "fancy-narrow")
|
||||
(depends-on "goto-last-change")
|
||||
(depends-on "miniedit")
|
||||
(depends-on "rotate-text" :git "https://github.com/debug-ito/rotate-text.el")
|
||||
(depends-on "smart-forward")
|
||||
(depends-on "smartparens")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue