Fix C-c C-e key binding in helm-find-files

This commit is contained in:
syl20bnr 2016-03-10 20:31:11 -05:00
parent da66ac312f
commit 9e47cf1f97

View file

@ -36,5 +36,5 @@ Ensure that helm is required before calling FUNC."
"Exits helm, opens a dired buffer and immediately switches to editable mode."
(interactive)
(helm-exit-and-execute-action 'spacemacs-helm//find-files-edit))
(with-eval-after-load 'helm
(with-eval-after-load 'helm-files
(define-key helm-find-files-map (kbd "C-c C-e") 'spacemacs-helm/find-files-edit))