From 47ccd55f9fbf5a5c10b68ddce47cd7fe46d67be7 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 24 Jan 2020 20:43:58 +0900 Subject: [PATCH] Disable counsel-switch-buffer --- emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 5f38474..7871ee2 100644 --- a/emacs.el +++ b/emacs.el @@ -2641,8 +2641,8 @@ Any output will be written to current buffer." ;; (setenv "FZF_DEFAULT_COMMAND" nil) ;; (counsel-fzf))))) ) -(when (fboundp 'counsel-switch-buffer) - (define-key ctl-x-map (kbd "C-b") 'counsel-switch-buffer)) +;; (when (fboundp 'counsel-switch-buffer) +;; (define-key ctl-x-map (kbd "C-b") 'counsel-switch-buffer)) (when (and (fboundp 'ivy-read) (locate-library "counsel"))