Sfoglia il codice sorgente

Remove swoop keybind

master
10sr 5 anni fa
parent
commit
0d379eac11
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el Vedi File

@@ -2216,9 +2216,9 @@ and search from projectile root (if projectile is available)."
(thing-at-point 'symbol t))))
(occur regexp nil region))
(define-key ctl-x-map (kbd "C-o") 'my-occur)
(when (fboundp 'swoop)
(define-key ctl-x-map (kbd "C-o") 'swoop)
)
;; (when (fboundp 'swoop)
;; (define-key ctl-x-map (kbd "C-o") 'swoop)
;; )

(set-variable 'dumb-jump-prefer-searcher 'rg)



Caricamento…
Annulla
Salva