From 10392c043adbf4fbab7db8b09acf55c986cfc36c Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 24 Oct 2019 14:16:25 +0900 Subject: [PATCH] Add swoop-multi binding --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 9d20ac6..8051832 100644 --- a/emacs.el +++ b/emacs.el @@ -2374,7 +2374,7 @@ Any output will be written to current buffer." (when (require 'swoop nil t) (global-set-key (kbd "C-s") 'swoop) (global-set-key (kbd "C-r") 'swoop) - ;; TODO: swoop-multi + (define-key esc-map (kbd "C-s") 'swoop-multi) ) ;; Local Variables: