Enable helm completion in region (and others)

Do not use it for eshell, though, as it adds a space after completing filenames.
This commit is contained in:
Daniel - 2020-12-07 18:42:01 +01:00
parent 31f3cc58d2
commit 459fdff428
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 1 deletions

View File

@ -113,6 +113,7 @@
ace-window-display-mode
key-chord-mode
ivy-mode
helm-mode
minions-mode
which-key-mode
eyebrowse-mode
@ -2085,7 +2086,8 @@
helm-candidate-number-limit 100
helm-follow-mode-persistent t
helm-buffer-details-flag t
helm-buffer-skip-remote-checking t)
helm-buffer-skip-remote-checking t
helm-mode-no-completion-in-region-in-modes '(eshell-mode))
:config (progn
(require 'helm-config)
(require 'helm-mode)