summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2014-07-20 12:28:56 +0100
committerAlan Pearce2014-07-20 12:29:25 +0100
commitec54e2e7f6f60b5caffda6e7754f75f855eef8b6 (patch)
tree118f47000a509d8e19768a0304112902babf05c7 /tag-emacs/emacs.d
parent5240a37475f4da52740ce4d1286f9acf05adfeb0 (diff)
downloaddotfiles-ec54e2e7f6f60b5caffda6e7754f75f855eef8b6.tar.lz
dotfiles-ec54e2e7f6f60b5caffda6e7754f75f855eef8b6.tar.zst
dotfiles-ec54e2e7f6f60b5caffda6e7754f75f855eef8b6.zip
Emacs: Bind s-s to switching between perspectives
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 47fa705..3a755fd 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -781,6 +781,8 @@
   :defer t)
 
 (req-package perspective
+  :demand t
+  :bind (("s-s" . persp-switch))
   :config (persp-mode))
 
 (req-package persp-projectile