From 78b6b801c631e6446eb6f0e93ef3de72b09efa88 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 4 Nov 2018 19:15:57 +0100 Subject: [PATCH] =?UTF-8?q?[Ivy]=20Add=20=E2=80=98ivy-use-selectable-promp?= =?UTF-8?q?t=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 3abdaad..e9921e8 100644 --- a/init.el +++ b/init.el @@ -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)))