summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-05-20 12:12:05 +0200
committerAlan Pearce2015-05-20 12:12:05 +0200
commit8f86a9d18705be2fa2257ea5e38a05f497e2ddd6 (patch)
treeb4946665b6dc120784d0007aecb27a03e4622df1 /tag-emacs
parent61ecf571affd1d4ed334157718415229c8bbbf49 (diff)
downloaddotfiles-8f86a9d18705be2fa2257ea5e38a05f497e2ddd6.tar.lz
dotfiles-8f86a9d18705be2fa2257ea5e38a05f497e2ddd6.tar.zst
dotfiles-8f86a9d18705be2fa2257ea5e38a05f497e2ddd6.zip
Emacs: Move persp-switch key to s-p
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 55efdbe..c7fa0a8 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -1019,7 +1019,7 @@ mouse-1: Display Line and Column Mode Menu"))))))
 
 (req-package perspective
   :demand t
-  :bind (("s-s" . persp-switch))
+  :bind (("s-p" . persp-switch))
   :config (persp-mode))
 
 (req-package persp-projectile