all repos — nixfiles @ 2b3922676b4fca8f1f6c42f27a18856876256f77

System and user configuration, managed by nix and home-manager

Emacs: Change s-p to show all recent projects
Alan Pearce alan.pearce@spotcap.com
Fri, 10 Jun 2016 17:33:50 +0200
commit

2b3922676b4fca8f1f6c42f27a18856876256f77

parent

09992912e66431fa3a5bbaf110d7996ab9964d68

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -365,7 +365,7 @@ it needs hooking into projectile and a key bound to switch between projects. 
 #+BEGIN_SRC emacs-lisp
   (use-package perspective
-    :bind* ("s-p" . persp-switch)
+    :bind* ("s-p" . projectile-persp-switch-project)
     :demand t
     :config (progn
               (setq persp-show-modestring t)