helm-imenu: don't autojump to symbol at point

This commit is contained in:
Henrik Lissner 2018-08-06 00:11:37 +02:00
parent a01aeb6daf
commit d04efc9774
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -69,9 +69,12 @@ be negative.")
helm-find-files-doc-header nil
;; Don't override evil-ex's completion
helm-mode-handle-completion-in-region nil
;; default sizes
;; Default helm window sizes
helm-display-buffer-default-width nil
helm-display-buffer-default-height 0.25)
helm-display-buffer-default-height 0.25
;; When calling `helm-semantic-or-imenu', don't immediately jump to
;; symbol at point
helm-imenu-execute-action-at-once-if-one nil)
(when (and EMACS26+ (featurep! +childframe))
(setq helm-display-function #'+helm-posframe-display