From 60e90806c6a6704b7344a5bd393402c738f7b477 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 29 Oct 2019 23:07:00 +0900 Subject: [PATCH] M-C-s to swoop --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index d7d10e6..0bca9e6 100644 --- a/emacs.el +++ b/emacs.el @@ -2423,6 +2423,7 @@ Any output will be written to current buffer." ;; (global-set-key (kbd "C-s") 'swoop) ;; (global-set-key (kbd "C-r") 'swoop) ;; (define-key esc-map (kbd "C-s") 'swoop-multi) + (define-key esc-map (kbd "C-s") 'swoop) (with-eval-after-load 'swoop-lib (defvar swoop-map) (define-key swoop-map (kbd "C-s") 'swoop-action-goto-line-next)