summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-12-23 10:47:10 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2019-12-23 10:47:10 +0000
commit68f5a2c667071b958504eb6b290585dfcdee1414 (patch)
treed0da8d29bd81e1eab7fe3f72c973db2fbd718637
parent86c99bf9923cc2af4e132f22a89a8664b54454dd (diff)
Starting to undo some ivy/swiper stuff I'm hoping to do without
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
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 "<f1> f") 'counsel-describe-function)