Selaa lähdekoodia

Swoop cannot be used for isearch

master
10sr 5 vuotta sitten
vanhempi
commit
4b841c1ce1
Allekirjoittanut: 10sr GPG Key ID: 7BEC428194130EB2
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna