diff --git a/.emacs.d/lisp/tool-helm.el b/.emacs.d/lisp/tool-helm.el index 9a92d135..25ca4105 100644 --- a/.emacs.d/lisp/tool-helm.el +++ b/.emacs.d/lisp/tool-helm.el @@ -71,4 +71,6 @@ Requires `call-process-to-string' from `functions'." (set-face-attribute 'helm-ff-file nil :background 'unspecified :foreground 'unspecified :weight 'unspecified :inherit 'helm-buffer-file) ;; Helm color for unsaved buffers? Dim special *buffers*? +(setq helm-source-names-using-follow '("Occur" "Git-Grep" "PT")) + (provide 'tool-helm)