Code-breaking typo

This commit is contained in:
Diego Berrocal 2015-03-15 20:33:45 -04:00 committed by syl20bnr
parent c2aaebdb01
commit 5c7df01cc3

View file

@ -105,7 +105,7 @@ which require an initialization must be listed explicitly in the list.")
(defun spacemacs/persp-switch-project ()
(interactive)
(evil-leader/set-key
"ps" 'helm-projectile-persp-switch-project)
"ps" 'helm-projectile-switch-project)
(find-file "~/.spacemacs")
(helm-projectile-switch-project)
(persp-add-buffer "*spacemacs*")