summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-06-10 17:33:50 +0200
committerAlan Pearce2016-06-10 17:33:50 +0200
commit2b3922676b4fca8f1f6c42f27a18856876256f77 (patch)
tree6af3dad0fb67cc0b325c2bebef59a389ac16c70c
parent09992912e66431fa3a5bbaf110d7996ab9964d68 (diff)
downloadnixfiles-2b3922676b4fca8f1f6c42f27a18856876256f77.tar.lz
nixfiles-2b3922676b4fca8f1f6c42f27a18856876256f77.tar.zst
nixfiles-2b3922676b4fca8f1f6c42f27a18856876256f77.zip
Emacs: Change s-p to show all recent projects
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 86f36353..03a14671 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-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)