From 1fabad7a7ca321fa97874466a77be382ec673773 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 24 Oct 2019 14:13:48 +0900 Subject: [PATCH] Add C-r binding --- emacs.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 5e95d75..9d20ac6 100644 --- a/emacs.el +++ b/emacs.el @@ -2372,7 +2372,10 @@ 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-s") 'swoop) + (global-set-key (kbd "C-r") 'swoop) + ;; TODO: swoop-multi + ) ;; Local Variables: ;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)