Fix #1538: C-k in switch-buffer killing buffers

Caused by an upstream change.
This commit is contained in:
Henrik Lissner 2019-07-05 16:47:08 +02:00
parent 6973a8926d
commit daa7107def
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -7,7 +7,9 @@
minibuffer-local-must-match-map minibuffer-local-must-match-map
minibuffer-local-isearch-map minibuffer-local-isearch-map
read-expression-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.") "A list of all the keymaps used for the minibuffer.")