From 2b3922676b4fca8f1f6c42f27a18856876256f77 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 10 Jun 2016 17:33:50 +0200 Subject: Emacs: Change s-p to show all recent projects --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') 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) -- cgit 1.4.1