all repos — nixfiles @ ec54e2e7f6f60b5caffda6e7754f75f855eef8b6

System and user configuration, managed by nix and home-manager

Emacs: Bind s-s to switching between perspectives

Alan Pearce
commit

ec54e2e7f6f60b5caffda6e7754f75f855eef8b6

parent

5240a37475f4da52740ce4d1286f9acf05adfeb0

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -781,6 +781,8 @@ :require projectile
:defer t) (req-package perspective + :demand t + :bind (("s-s" . persp-switch)) :config (persp-mode)) (req-package persp-projectile