mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -57,8 +57,6 @@ be negative.")
|
|||||||
helm-mode-line-string nil
|
helm-mode-line-string nil
|
||||||
helm-ff-auto-update-initial-value nil
|
helm-ff-auto-update-initial-value nil
|
||||||
helm-find-files-doc-header 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
|
;; Default helm window sizes
|
||||||
helm-display-buffer-default-width nil
|
helm-display-buffer-default-width nil
|
||||||
helm-display-buffer-default-height 0.25
|
helm-display-buffer-default-height 0.25
|
||||||
|
Reference in New Issue
Block a user