diff options
author | Alan Pearce | 2015-05-20 12:12:05 +0200 |
---|---|---|
committer | Alan Pearce | 2015-05-20 12:12:05 +0200 |
commit | 8f86a9d18705be2fa2257ea5e38a05f497e2ddd6 (patch) | |
tree | b4946665b6dc120784d0007aecb27a03e4622df1 /tag-emacs/emacs.d/init.el | |
parent | 61ecf571affd1d4ed334157718415229c8bbbf49 (diff) | |
download | nixfiles-8f86a9d18705be2fa2257ea5e38a05f497e2ddd6.tar.lz nixfiles-8f86a9d18705be2fa2257ea5e38a05f497e2ddd6.tar.zst nixfiles-8f86a9d18705be2fa2257ea5e38a05f497e2ddd6.zip |
Emacs: Move persp-switch key to s-p
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-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 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 |