summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 5808807..a4729ba 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -141,11 +141,12 @@ it needs hooking into projectile and a key bound to switch between projects.
 
 #+BEGIN_SRC emacs-lisp
   (use-package perspective
-    :bind (("s-p" . persp-switch))
+    :bind* ("s-p" . persp-switch)
     :init (progn
             (persp-mode)))
 
-  (use-package persp-projectile)
+  (use-package persp-projectile
+    :ensure nil)
 #+END_SRC
 
 ** vc