summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
authorAlan Pearce2015-07-01 12:20:07 +0200
committerAlan Pearce2015-07-01 12:20:07 +0200
commitff50e98f80c2fc861ad3968f2cc40397b902dc66 (patch)
tree5fcfaf95fb6cee1c0755aff3fc0d333fdd7bbd63 /tag-emacs/emacs.d/init.el
parentfb9985390e05c26d9e456b75d7b9996663101a2f (diff)
downloaddotfiles-ff50e98f80c2fc861ad3968f2cc40397b902dc66.tar.lz
dotfiles-ff50e98f80c2fc861ad3968f2cc40397b902dc66.tar.zst
dotfiles-ff50e98f80c2fc861ad3968f2cc40397b902dc66.zip
Emacs: Fix missing perspectives
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 90bc811..d1e7165 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))