completion/ivy: don't kill ivy on DEL in empty minibuffer
This commit is contained in:
parent
b21e4c8bba
commit
dacf50627c
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||||
;; don't show recent files in switch-buffer
|
;; don't show recent files in switch-buffer
|
||||||
ivy-use-virtual-buffers nil
|
ivy-use-virtual-buffers nil
|
||||||
;; ...but if that ever changes, show their full path
|
;; ...but if that ever changes, show their full path
|
||||||
ivy-virtual-abbreviate 'full)
|
ivy-virtual-abbreviate 'full
|
||||||
|
;; don't quit minibuffer on delete-error
|
||||||
|
ivy-on-del-error-function nil)
|
||||||
|
|
||||||
(after! magit (setq magit-completing-read-function #'ivy-completing-read))
|
(after! magit (setq magit-completing-read-function #'ivy-completing-read))
|
||||||
(after! yasnippet (push #'+ivy-yas-prompt yas-prompt-functions))
|
(after! yasnippet (push #'+ivy-yas-prompt yas-prompt-functions))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue