From ff50e98f80c2fc861ad3968f2cc40397b902dc66 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 1 Jul 2015 12:20:07 +0200 Subject: Emacs: Fix missing perspectives --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.el') 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)) -- cgit 1.4.1