Code-breaking typo
This commit is contained in:
parent
c2aaebdb01
commit
5c7df01cc3
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ which require an initialization must be listed explicitly in the list.")
|
||||||
(defun spacemacs/persp-switch-project ()
|
(defun spacemacs/persp-switch-project ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(evil-leader/set-key
|
(evil-leader/set-key
|
||||||
"ps" 'helm-projectile-persp-switch-project)
|
"ps" 'helm-projectile-switch-project)
|
||||||
(find-file "~/.spacemacs")
|
(find-file "~/.spacemacs")
|
||||||
(helm-projectile-switch-project)
|
(helm-projectile-switch-project)
|
||||||
(persp-add-buffer "*spacemacs*")
|
(persp-add-buffer "*spacemacs*")
|
||||||
|
|
Reference in a new issue