Browse Source

Add swoop-multi binding

master
10sr 4 years ago
parent
commit
10392c043a
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -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:


Loading…
Cancel
Save