summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-11-02 06:45:26 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-11-02 06:45:26 +0100
commit84e7fc38b495e2f258f2355a3a0d7bd7f69d3bdc (patch)
tree198eef1c76d19358b30c975693b2c703a3383085 /helm-locate.el
parent26e5b07b0d2990af79d71f976faddba1dd0a7f53 (diff)
Allow toggling show file and kill buffer in locate and find (#1253).
* helm-files.el (helm-source-findutils): Do it. * helm-locate.el (helm-locate-source): Do it.
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-locate.el b/helm-locate.el
index fa651748..bd0e38f5 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -305,6 +305,7 @@ See also `helm-locate'."
(requires-pattern :initform 3)
(history :initform 'helm-file-name-history)
(keymap :initform helm-generic-files-map)
+ (persistent-action :initform 'helm-ff-kill-or-find-buffer-fname)
(help-message :initform 'helm-generic-file-help-message)
(candidate-number-limit :initform 9999)))