diff options
author | Alan Pearce | 2015-07-01 12:20:07 +0200 |
---|---|---|
committer | Alan Pearce | 2015-07-01 12:20:07 +0200 |
commit | ff50e98f80c2fc861ad3968f2cc40397b902dc66 (patch) | |
tree | 5fcfaf95fb6cee1c0755aff3fc0d333fdd7bbd63 /tag-emacs/emacs.d/init.el | |
parent | fb9985390e05c26d9e456b75d7b9996663101a2f (diff) | |
download | nixfiles-ff50e98f80c2fc861ad3968f2cc40397b902dc66.tar.lz nixfiles-ff50e98f80c2fc861ad3968f2cc40397b902dc66.tar.zst nixfiles-ff50e98f80c2fc861ad3968f2cc40397b902dc66.zip |
Emacs: Fix missing perspectives
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 90bc8117..d1e71651 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1036,7 +1036,7 @@ mouse-1: Display Line and Column Mode Menu")))))) (req-package perspective :bind (("s-p" . persp-switch)) :init (progn - (add-hook 'projectile-switch-project-hook #'persp-mode))) + (persp-mode))) (req-package persp-projectile :require (projectile perspective)) |