diff options
author | Alan Pearce | 2015-06-08 09:40:30 +0200 |
---|---|---|
committer | Alan Pearce | 2015-06-08 09:40:30 +0200 |
commit | 4347a8f3168dbb4a99475126f0fec97f1c22cfcd (patch) | |
tree | aa275ca46b5988060e777a52e30db8149a3701dc /tag-emacs/emacs.d/init.el | |
parent | 75576d97543b788576275ac9d4a24cee3ee66f55 (diff) | |
download | nixfiles-4347a8f3168dbb4a99475126f0fec97f1c22cfcd.tar.lz nixfiles-4347a8f3168dbb4a99475126f0fec97f1c22cfcd.tar.zst nixfiles-4347a8f3168dbb4a99475126f0fec97f1c22cfcd.zip |
Emacs: Install projector-mode
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 5b16f4b1..59fff87a 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 |