Helm: don't override complete-in-region
This commit is contained in:
parent
75af73954b
commit
072d2e65f5
1 changed files with 4 additions and 4 deletions
|
@ -20,6 +20,9 @@
|
||||||
helm-find-files-doc-header nil
|
helm-find-files-doc-header nil
|
||||||
helm-move-to-line-cycle-in-source t
|
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-candidate-number-limit 30
|
||||||
helm-bookmark-show-location t)
|
helm-bookmark-show-location t)
|
||||||
|
|
||||||
|
@ -84,10 +87,7 @@
|
||||||
;; Hide mode-line in helm windows
|
;; Hide mode-line in helm windows
|
||||||
(advice-add 'helm-display-mode-line :override 'narf*helm-hide-modeline)
|
(advice-add 'helm-display-mode-line :override 'narf*helm-hide-modeline)
|
||||||
|
|
||||||
(helm-mode 1)
|
(helm-mode 1))
|
||||||
|
|
||||||
;; Don't override evil-ex's completion
|
|
||||||
(setq completion-in-region-function helm--old-completion-in-region-function))
|
|
||||||
|
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
:diminish projectile-mode
|
:diminish projectile-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue