diff options
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
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 |