all repos — nixfiles @ 55a326314b2e8eb718a2eb201cb484a184e68da0

System and user configuration, managed by nix and home-manager

Emacs: Remove projectile-switch-to-buffer binding

Alan Pearce
commit

55a326314b2e8eb718a2eb201cb484a184e68da0

parent

88a7c8f35fc9528aa655ad12bf1fe85a5571b5c3

1 file changed, 0 insertions(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -437,7 +437,6 @@
#+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)