branch: elpa/helm
commit ba204d3b81d1960619e74525d6578db91fc9717c
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Add Fd and Etags to helm-files-save-history-extra-sources
---
 helm-files.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm-files.el b/helm-files.el
index d7a3aef1a1..da89d1cda8 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -445,8 +445,8 @@ very large directories."
   :type 'boolean)
 
 (defcustom helm-files-save-history-extra-sources
-  '("Find" "Locate" "Recentf"
-    "Files from Current Directory" "File Cache")
+  '("Find" "Fd" "Locate" "Recentf"
+    "Files from Current Directory" "File Cache" "Etags")
   "Extras source that save candidate to `file-name-history'."
   :type '(repeat (choice string)))
 

Reply via email to