Emacs: Change s-p to show all recent projects
Alan Pearce alan.pearce@spotcap.com
Fri, 10 Jun 2016 17:33:50 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → 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)