diff options
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 47fa705..3a755fd 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -781,6 +781,8 @@ :defer t) (req-package perspective + :demand t + :bind (("s-s" . persp-switch)) :config (persp-mode)) (req-package persp-projectile |