From 3deed7bccfa04890637ecd221638f641e6b16204 Mon Sep 17 00:00:00 2001 From: Anil Wadghule Date: Tue, 21 Feb 2023 11:34:25 +0530 Subject: [PATCH] Update switch buffer command --- anil/anil-counsel.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anil/anil-counsel.el b/anil/anil-counsel.el index 0ca373c..c78981f 100644 --- a/anil/anil-counsel.el +++ b/anil/anil-counsel.el @@ -41,7 +41,7 @@ :bind ("M-x" . counsel-M-x) ("C-x C-f" . counsel-find-file) ("C-x C-r" . counsel-recentf) - ("C-x b" . counsel-switch-buffer) + ("C-x b" . counsel-projectile-switch-to-buffer) ("C-M-o" . counsel-imenu) )