Emacs: Set helm source names to follow

master
Pierre Neidhardt 2016-12-11 10:48:02 +05:30
parent b3aba6625b
commit 62ed25e70a
1 changed files with 2 additions and 0 deletions

View File

@ -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)