helm-imenu: don't autojump to symbol at point
This commit is contained in:
parent
a01aeb6daf
commit
d04efc9774
1 changed files with 5 additions and 2 deletions
|
@ -69,9 +69,12 @@ be negative.")
|
||||||
helm-find-files-doc-header nil
|
helm-find-files-doc-header nil
|
||||||
;; Don't override evil-ex's completion
|
;; Don't override evil-ex's completion
|
||||||
helm-mode-handle-completion-in-region nil
|
helm-mode-handle-completion-in-region nil
|
||||||
;; default 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
|
||||||
|
;; 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))
|
(when (and EMACS26+ (featurep! +childframe))
|
||||||
(setq helm-display-function #'+helm-posframe-display
|
(setq helm-display-function #'+helm-posframe-display
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue