add support for helm find files edit to helm-navigation transient state

This commit is contained in:
CeleritasCelery 2018-04-16 21:41:55 -07:00 committed by Codruț Constantin Gușoi
parent 40530100d6
commit 19b7d40aa1

View file

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