From d9807d915cb1eaa5617ef2a198e63c0a0f0bfaae Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 21 Dec 2020 15:48:16 +0100 Subject: [PATCH] Use ivy for region completion again This was only annoying in eshell, but maybe I get used to this in the future. It's helpful in almost all other buffers, though, so let's use it again. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index e251299..d6343af 100644 --- a/init.el +++ b/init.el @@ -2154,7 +2154,7 @@ (man . "^") (woman . "^")) ivy-use-selectable-prompt t - ivy-do-completion-in-region nil) + ivy-do-completion-in-region t) :config (add-to-list 'ivy-completing-read-handlers-alist '(org-capture . completing-read-default)))