summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 55efdbe8..c7fa0a82 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