diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-23 10:47:10 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-23 10:47:10 +0000 |
commit | 68f5a2c667071b958504eb6b290585dfcdee1414 (patch) | |
tree | d0da8d29bd81e1eab7fe3f72c973db2fbd718637 | |
parent | 86c99bf9923cc2af4e132f22a89a8664b54454dd (diff) |
Starting to undo some ivy/swiper stuff I'm hoping to do without
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |