all repos — nixfiles @ ae5ba58dfb2fcd2343328b12b36d30c6e35ae8ab

System and user configuration, managed by nix and home-manager

Emacs: Fix binding of persp-switch key
Alan Pearce alan@alanpearce.co.uk
Wed, 02 Dec 2015 20:40:12 +0100
commit

ae5ba58dfb2fcd2343328b12b36d30c6e35ae8ab

parent

2384e5742f8cd0935c41c32560dbabd5b39e0462

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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