From 55a326314b2e8eb718a2eb201cb484a184e68da0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 22 Feb 2017 11:41:45 +0100 Subject: Emacs: Remove projectile-switch-to-buffer binding --- tag-emacs/emacs.d/init.org | 1 - 1 file changed, 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.org') 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) -- cgit 1.4.1