From 68f5a2c667071b958504eb6b290585dfcdee1414 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 23 Dec 2019 10:47:10 +0000 Subject: Starting to undo some ivy/swiper stuff I'm hoping to do without --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 339153c..86a5634 100644 --- a/init.el +++ b/init.el @@ -283,8 +283,8 @@ (use-package counsel :config (ivy-mode 1) - (global-set-key (kbd "C-s") 'swiper-isearch) - (global-set-key (kbd "M-x") 'counsel-M-x) + ;; (global-set-key (kbd "C-s") 'swiper-isearch) + ;; (global-set-key (kbd "M-x") 'counsel-M-x) ;; (global-set-key (kbd "C-x C-f") 'counsel-find-file) (global-set-key (kbd "M-y") 'counsel-yank-pop) (global-set-key (kbd " f") 'counsel-describe-function) -- cgit v1.2.3