From 8f86a9d18705be2fa2257ea5e38a05f497e2ddd6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 20 May 2015 12:12:05 +0200 Subject: Emacs: Move persp-switch key to s-p --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') 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 -- cgit 1.4.1