Fix #1538: C-k in switch-buffer killing buffers
Caused by an upstream change.
This commit is contained in:
parent
6973a8926d
commit
daa7107def
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
|||
minibuffer-local-must-match-map
|
||||
minibuffer-local-isearch-map
|
||||
read-expression-map
|
||||
,@(if (featurep! :completion ivy) '(ivy-minibuffer-map)))
|
||||
,@(when (featurep! :completion ivy)
|
||||
'(ivy-minibuffer-map
|
||||
ivy-switch-buffer-map)))
|
||||
"A list of all the keymaps used for the minibuffer.")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue