diff options
author | Alan Pearce | 2016-06-10 17:33:50 +0200 |
---|---|---|
committer | Alan Pearce | 2016-06-10 17:33:50 +0200 |
commit | 2b3922676b4fca8f1f6c42f27a18856876256f77 (patch) | |
tree | 6af3dad0fb67cc0b325c2bebef59a389ac16c70c /tag-emacs | |
parent | 09992912e66431fa3a5bbaf110d7996ab9964d68 (diff) | |
download | nixfiles-2b3922676b4fca8f1f6c42f27a18856876256f77.tar.lz nixfiles-2b3922676b4fca8f1f6c42f27a18856876256f77.tar.zst nixfiles-2b3922676b4fca8f1f6c42f27a18856876256f77.zip |
Emacs: Change s-p to show all recent projects
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
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) |