diff options
author | Alan Pearce | 2017-02-22 11:41:45 +0100 |
---|---|---|
committer | Alan Pearce | 2017-02-22 11:41:45 +0100 |
commit | 55a326314b2e8eb718a2eb201cb484a184e68da0 (patch) | |
tree | fcbe9a675567704a3918d2c7cc322979f0a6f767 /tag-emacs/emacs.d/init.org | |
parent | 88a7c8f35fc9528aa655ad12bf1fe85a5571b5c3 (diff) | |
download | nixfiles-55a326314b2e8eb718a2eb201cb484a184e68da0.tar.lz nixfiles-55a326314b2e8eb718a2eb201cb484a184e68da0.tar.zst nixfiles-55a326314b2e8eb718a2eb201cb484a184e68da0.zip |
Emacs: Remove projectile-switch-to-buffer binding
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 9a8c298e..426f4a89 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -437,7 +437,6 @@ based upon some folder conventions I use. #+BEGIN_SRC emacs-lisp (use-package projectile :bind (("s-p" . projectile-switch-project) - ("C-x b" . projectile-switch-to-buffer) ("C-c C-f" . projectile-find-file) ("s-x s-f" . projectile-find-file) ("C-x g" . projectile-vc) |