From 072d2e65f5cc7aa4dce3b7477ab6729709b59c76 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 25 Nov 2015 17:22:58 -0500 Subject: [PATCH] Helm: don't override complete-in-region --- core/core-helm.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/core-helm.el b/core/core-helm.el index 098cf2662..1cd797117 100644 --- a/core/core-helm.el +++ b/core/core-helm.el @@ -20,6 +20,9 @@ helm-find-files-doc-header nil helm-move-to-line-cycle-in-source t + ;; Don't override evil-ex's completion + helm-mode-handle-completion-in-region nil + helm-candidate-number-limit 30 helm-bookmark-show-location t) @@ -84,10 +87,7 @@ ;; Hide mode-line in helm windows (advice-add 'helm-display-mode-line :override 'narf*helm-hide-modeline) - (helm-mode 1) - - ;; Don't override evil-ex's completion - (setq completion-in-region-function helm--old-completion-in-region-function)) + (helm-mode 1)) (use-package projectile :diminish projectile-mode