summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-06-10 17:33:50 +0200
committerAlan Pearce2016-06-10 17:33:50 +0200
commit2b3922676b4fca8f1f6c42f27a18856876256f77 (patch)
tree6af3dad0fb67cc0b325c2bebef59a389ac16c70c /tag-emacs
parent09992912e66431fa3a5bbaf110d7996ab9964d68 (diff)
downloaddotfiles-2b3922676b4fca8f1f6c42f27a18856876256f77.tar.lz
dotfiles-2b3922676b4fca8f1f6c42f27a18856876256f77.tar.zst
dotfiles-2b3922676b4fca8f1f6c42f27a18856876256f77.zip
Emacs: Change s-p to show all recent projects
Diffstat (limited to 'tag-emacs')
-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 86f3635..03a1467 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)