use evil-leader to set helm-ff-variants

This commit is contained in:
Christopher McCloud 2015-08-27 10:23:10 -07:00 committed by syl20bnr
parent c8a2d2d4f3
commit f3a8e009b5

View file

@ -1535,10 +1535,9 @@ Removes the automatic guessing of the initial value based on thing at point. "
;; use helm by default for contrib and spacemacs layers
(unless dotspacemacs-use-ido
(define-key global-map [remap find-spacemacs-file]
'helm-find-spacemacs-file)
(define-key global-map [remap find-contrib-file]
'helm-find-contrib-file))
(evil-leader/set-key
"fes" 'helm-find-spacemacs-file
"fec" 'helm-find-contrib-file))
;; use helm by default for M-x
(unless (configuration-layer/package-usedp 'smex)