diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-02-13 16:19:02 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-13 16:19:02 -0800 |
commit | f7ed483821d5674d1f36b3b75241774dbacc86b2 (patch) | |
tree | 087346bc8f08dd717858d840947aa671bcbf7cac /emacs.d | |
parent | [emacs] Set yaml-mode for files ending in .y(a)?ml (diff) | |
download | emacs.d-f7ed483821d5674d1f36b3b75241774dbacc86b2.tar.gz |
[emacs] change binding for projectile.
Use 's-p' as the prefix binding for projectile commands.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/core/core-editor.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/core/core-editor.el b/emacs.d/core/core-editor.el index 5892471..1072fdd 100644 --- a/emacs.d/core/core-editor.el +++ b/emacs.d/core/core-editor.el @@ -54,6 +54,7 @@ (use-package projectile :ensure t + :bind ("s-p" . projectile-command-map) :init (setq projectile-enable-caching t) (setq projectile-completion-system 'ivy) |