From 6c979180f0c114ea0e27c5c022644321eaf516c8 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 28 Aug 2018 18:11:49 +0200 Subject: [PATCH] Add helm-mode-insert-file to gpolonkai/helm-ff-slash-dir-complete --- configuration.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index e088d2f..eb2c6ff 100644 --- a/configuration.org +++ b/configuration.org @@ -854,7 +854,8 @@ Taken from [[http://emacs.stackexchange.com/a/31321/507][here]]. (interactive) (if (and (or (equal "magit-status" (assoc-default 'name (helm-get-current-source))) - (equal "Find Files" (assoc-default 'name (helm-get-current-source)))) + (equal "Find Files" (assoc-default 'name (helm-get-current-source))) + (equal "helm-mode-insert-file" (assoc-default 'name (helm-get-current-source)))) (stringp (helm-get-selection)) (file-directory-p (helm-get-selection))) (helm-execute-persistent-action)