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.
This commit is contained in:
Daniel - 2020-12-21 15:48:16 +01:00
parent 41e79fa130
commit d9807d915c
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -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)))