summaryrefslogtreecommitdiff
path: root/helm-for-files.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-07 19:30:44 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-07 19:30:44 +0200
commitb68e887ebdf04a63e12168edba6babb15dd91ab7 (patch)
tree5896607950804912f6cd08efee4da78ce41a606d /helm-for-files.el
parent7aeef1683d77de92eb48fc731c055633c815b41f (diff)
Move helm-for-files-preferred-list to helm-for-files
and remove duplicate of helm-mini-default-sources
Diffstat (limited to 'helm-for-files.el')
-rw-r--r--helm-for-files.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/helm-for-files.el b/helm-for-files.el
index 3d4ff072..e1aae55b 100644
--- a/helm-for-files.el
+++ b/helm-for-files.el
@@ -25,6 +25,17 @@
;;
(defvar file-cache-alist)
+(defcustom helm-for-files-preferred-list
+ '(helm-source-buffers-list
+ helm-source-recentf
+ helm-source-bookmarks
+ helm-source-file-cache
+ helm-source-files-in-current-dir
+ helm-source-locate)
+ "Your preferred sources to find files."
+ :type '(repeat (choice symbol))
+ :group 'helm-files)
+
(defclass helm-file-cache (helm-source-in-buffer helm-type-file)
((init :initform (lambda () (require 'filecache)))))