summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2017-02-22 11:41:45 +0100
committerAlan Pearce2017-02-22 11:41:45 +0100
commit55a326314b2e8eb718a2eb201cb484a184e68da0 (patch)
treefcbe9a675567704a3918d2c7cc322979f0a6f767 /tag-emacs/emacs.d/init.org
parent88a7c8f35fc9528aa655ad12bf1fe85a5571b5c3 (diff)
downloaddotfiles-55a326314b2e8eb718a2eb201cb484a184e68da0.tar.lz
dotfiles-55a326314b2e8eb718a2eb201cb484a184e68da0.tar.zst
dotfiles-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.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 9a8c298..426f4a8 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)