Fix #2317: helm-mode-handle-completion-in-region = t
It turns out that helm can handle completing ex constructs (e.g. globs), so this setting is no longer needed.
This commit is contained in:
parent
af0139e974
commit
b5a279311c
1 changed files with 0 additions and 2 deletions
|
@ -57,8 +57,6 @@ be negative.")
|
|||
helm-mode-line-string nil
|
||||
helm-ff-auto-update-initial-value nil
|
||||
helm-find-files-doc-header nil
|
||||
;; Don't override evil-ex's completion
|
||||
helm-mode-handle-completion-in-region nil
|
||||
;; Default helm window sizes
|
||||
helm-display-buffer-default-width nil
|
||||
helm-display-buffer-default-height 0.25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue