Helm: Add "Imenu in all buffers" to source using follow.

master
Pierre Neidhardt 2019-10-03 15:56:59 +02:00
parent 82bc9d6a02
commit c49c0e0428
1 changed files with 2 additions and 1 deletions

View File

@ -236,7 +236,8 @@ Requires `call-process-to-string' from `functions'."
(set-face-attribute 'helm-ff-file nil :background 'unspecified :foreground 'unspecified :weight 'unspecified :inherit 'helm-buffer-file)
(set-face-foreground 'helm-grep-finish "#00AA00")
(setq helm-source-names-using-follow '("Occur" "Git-Grep" "AG" "mark-ring" "Org Headings" "Imenu"
(setq helm-source-names-using-follow '("Occur" "Git-Grep" "AG" "mark-ring" "Org Headings"
"Imenu" "Imenu in all buffers"
"All Eshell prompts" "All comint prompts"))
;;; From https://www.reddit.com/r/emacs/comments/5q922h/removing_dot_files_in_helmfindfiles_menu/.