Helm: Enable follow mode in Eshell prompts and comint prompts

master
Pierre Neidhardt 2019-02-19 13:32:58 +01:00
parent 98fd6e5c81
commit 73f9d8f83d
1 changed files with 2 additions and 1 deletions

View File

@ -234,7 +234,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"
"All Eshell prompts" "All comint prompts"))
;;; From https://www.reddit.com/r/emacs/comments/5q922h/removing_dot_files_in_helmfindfiles_menu/.
(defun ambrevar/helm-skip-dots (old-func &rest args)