From 19b7d40aa1203c874dfe7b51f4b3b79b921ec6c6 Mon Sep 17 00:00:00 2001 From: CeleritasCelery Date: Mon, 16 Apr 2018 21:41:55 -0700 Subject: [PATCH] add support for helm find files edit to helm-navigation transient state --- layers/+spacemacs/spacemacs-completion/funcs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layers/+spacemacs/spacemacs-completion/funcs.el b/layers/+spacemacs/spacemacs-completion/funcs.el index e8c3fc4e6..4d25c9b60 100644 --- a/layers/+spacemacs/spacemacs-completion/funcs.el +++ b/layers/+spacemacs/spacemacs-completion/funcs.el @@ -150,6 +150,8 @@ See https://github.com/syl20bnr/spacemacs/issues/3700" (cond ((string-equal "*helm-ag*" helm-buffer) (helm-ag-edit)) + ((string-equal "*helm find files*" helm-buffer) + (spacemacs/helm-find-files-edit)) ((string-equal "*Helm Swoop*" helm-buffer) (helm-swoop-edit))))