From f2b3bc38f9a5a00f1d3b0a7bcd392749ee343f88 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Fri, 29 Mar 2019 19:50:03 -0500 Subject: [PATCH] Not necessary to set this key. --- config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config.org b/config.org index 95fed05..82b7166 100644 --- a/config.org +++ b/config.org @@ -1136,6 +1136,7 @@ (define-key ivy-minibuffer-map (kbd "C-") 'ivy-done) (global-set-key (kbd "C-h M-x") 'helm-M-x) (global-set-key (kbd "M-x") 'counsel-M-x) + ;; (global-set-key (kbd "C-x b") 'counsel-switch-buffer) #+END_SRC ** Swiper or counsel-grep #+BEGIN_SRC emacs-lisp