Not necessary to set this key.

This commit is contained in:
Benson Chu 2019-03-29 19:50:03 -05:00
parent b205dca933
commit f2b3bc38f9

View file

@ -1136,6 +1136,7 @@
(define-key ivy-minibuffer-map (kbd "C-<return>") '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