diff options
Diffstat (limited to 'init.el')
-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) |