summaryrefslogtreecommitdiff
path: root/helm-find.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-08 14:41:21 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-08 14:41:21 +0200
commit9b9dc807e3463c80fa24162ad1560abf152fa7c4 (patch)
tree7cdb20bacdccee6295ef14e554d0a34abc8b35c8 /helm-find.el
parent69498ffa9a1c3adac49a8f1e92f6885418e9a728 (diff)
Reorder, move some variables to right places
* helm-files.el (helm-find-files-ignore-thing-at-point): Fix typo in prefix. (helm-find-files): Use it. * helm-find.el (helm-findutils-skip-boring-files): Moved from helm-files. (helm-findutils-search-full-path): Moved from helm-files. * helm-for-files.el (helm-multi-files-toggle-locate-binding): Moved from helm-files.
Diffstat (limited to 'helm-find.el')
-rw-r--r--helm-find.el14
1 files changed, 11 insertions, 3 deletions
diff --git a/helm-find.el b/helm-find.el
index b0ffae4a..93b282c5 100644
--- a/helm-find.el
+++ b/helm-find.el
@@ -20,9 +20,17 @@
(require 'helm-files)
(require 'helm-external)
-;;; Findutils
-;;
-;;
+(defcustom helm-findutils-skip-boring-files t
+ "Ignore boring files in find command results."
+ :group 'helm-files
+ :type 'boolean)
+
+(defcustom helm-findutils-search-full-path nil
+ "Search in full path with shell command find when non--nil.
+I.e use the -path/ipath arguments of find instead of -name/iname."
+ :group 'helm-files
+ :type 'boolean)
+
(defvar helm-source-findutils
(helm-build-async-source "Find"
:header-name (lambda (name)