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))))