summaryrefslogtreecommitdiff
path: root/helm-files.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-09 21:27:05 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-09 21:27:05 +0200
commit8d6c599c4eee7ab8677a65b0f661b6bc621fd0ab (patch)
tree1f6c12b03de3c588a7e3c35d3a67ab2ffbf35615 /helm-files.el
parent5bb73dec7c20f0ee82f5d0e8851949f8bafdba49 (diff)
Reset tree also in helm-after-persistent-action-hook (#1090).
* helm-files.el: Do it.
Diffstat (limited to 'helm-files.el')
-rw-r--r--helm-files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-files.el b/helm-files.el
index 452a838d..f2af87c6 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -1330,6 +1330,7 @@ If prefix numeric arg is given go ARG level up."
(add-hook 'helm-cleanup-hook 'helm-find-files--reset-level-tree)
(add-hook 'post-self-insert-hook 'helm-find-files--reset-level-tree)
+(add-hook 'helm-after-persistent-action-hook 'helm-find-files--reset-level-tree)
(defun helm-ff-retrieve-last-expanded ()
"Move overlay to last visited directory `helm-ff-last-expanded'.