summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-06-08 09:40:30 +0200
committerAlan Pearce2015-06-08 09:40:30 +0200
commit4347a8f3168dbb4a99475126f0fec97f1c22cfcd (patch)
treeaa275ca46b5988060e777a52e30db8149a3701dc /tag-emacs
parent75576d97543b788576275ac9d4a24cee3ee66f55 (diff)
downloaddotfiles-4347a8f3168dbb4a99475126f0fec97f1c22cfcd.tar.lz
dotfiles-4347a8f3168dbb4a99475126f0fec97f1c22cfcd.tar.zst
dotfiles-4347a8f3168dbb4a99475126f0fec97f1c22cfcd.zip
Emacs: Install projector-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 5b16f4b..59fff87 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -1021,6 +1021,10 @@ mouse-1: Display Line and Column Mode Menu"))))))
   :require projectile
   :defer t)
 
+(req-package projector
+  :require projectile
+  :bind (("s-z" . projector-open-project-shell)))
+
 (req-package editorconfig)
 
 (req-package perspective