From 4b841c1ce19d833d38f3dc764cea472a2f9ba9d8 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 29 Oct 2019 19:31:37 +0900 Subject: [PATCH] Swoop cannot be used for isearch --- emacs.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs.el b/emacs.el index 62cd492..d7d10e6 100644 --- a/emacs.el +++ b/emacs.el @@ -2420,9 +2420,9 @@ Any output will be written to current buffer." ) (when (fboundp 'swoop) - (global-set-key (kbd "C-s") 'swoop) - (global-set-key (kbd "C-r") 'swoop) - (define-key esc-map (kbd "C-s") 'swoop-multi) + ;; (global-set-key (kbd "C-s") 'swoop) + ;; (global-set-key (kbd "C-r") 'swoop) + ;; (define-key esc-map (kbd "C-s") 'swoop-multi) (with-eval-after-load 'swoop-lib (defvar swoop-map) (define-key swoop-map (kbd "C-s") 'swoop-action-goto-line-next)