Revert "Use ivy for completion in regions"

Using ivy for completing in regions somehow has problems in eshell, so
let's not do it.  The main use-case for using ivy in region completion
is for ledger, so maybe it can only be activated there?

This mostly reverts commit 615b285f74.
This commit is contained in:
Daniel - 2024-03-11 16:08:29 +01:00
parent ea345e4d91
commit 2ca13e12eb
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 4 deletions

View File

@ -2093,9 +2093,7 @@ Note that this workaround is incomplete, as explained in this comment."
completion-category-overrides '((file (styles . (basic partial-completion orderless)))
(bookmark (styles . (basic substring orderless)))
(imenu (styles . (basic substring orderless)))
(kill-ring (styles . (emacs22 orderless))))
;; Use ivy for region completion until I can find an alternative.
completion-in-region-function #'ivy-completion-in-region)
(kill-ring (styles . (emacs22 orderless)))))
(use-package helm
:ensure t
@ -2146,7 +2144,6 @@ Note that this workaround is incomplete, as explained in this comment."
(use-package ivy
:commands (ivy-mode)
:autoload (ivy-completion-in-region)
:diminish ivy-mode
:init (setq ivy-use-virtual-buffers t
ivy-magic-tilde nil