branch: elpa/helm commit 10282e1b0dc056d67a71529140764c1df01d0587 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Reorder --- helm-files.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/helm-files.el b/helm-files.el index d01a212d6b..124727d513 100644 --- a/helm-files.el +++ b/helm-files.el @@ -381,6 +381,13 @@ This can be toggled at anytime from `helm-find-files' with \ \\<helm-find-files-map>\\[helm-ff-run-toggle-basename]." :type 'boolean) +(defcustom helm-ff-show-dot-file-path nil + "Show full path of dotted directories when non nil." + :type 'boolean + :set (lambda (var val) + (set-default var val) + (clrhash helm-ff--list-directory-cache))) + (defcustom helm-ff-signal-error-on-dot-files t "Signal error when file is `.' or `..' on file deletion when non-nil. Default is non-nil. @@ -900,13 +907,6 @@ to nil to avoid error messages when using `helm-find-files'." (cl-loop for dir being the hash-keys of helm-ff--file-notify-watchers do (remhash dir helm-ff--list-directory-cache))))) -(defcustom helm-ff-show-dot-file-path nil - "Show full path of dotted directories when non nil." - :type 'boolean - :set (lambda (var val) - (set-default var val) - (clrhash helm-ff--list-directory-cache))) - (defcustom helm-ff-inotify-unsupported-methods '("adb") "Tramp methods unsupported by file-notify." :type '(repeat string))