[Ivy] Add ‘ivy-use-selectable-prompt’

This commit is contained in:
Daniel - 2018-11-04 19:15:57 +01:00
parent bf5a8466f0
commit 78b6b801c6
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -1448,7 +1448,8 @@ are assumed to be of the form *.crt."
ivy-initial-inputs-alist '((counsel-describe-function . "^")
(counsel-describe-variable . "^")
(man . "^")
(woman . "^")))
(woman . "^"))
ivy-use-selectable-prompt t)
:config (add-to-list 'ivy-completing-read-handlers-alist
'(org-capture . completing-read-default)))