Bläddra i källkod

Remove swoop keybind

master
10sr 6 år sedan
förälder
incheckning
0d379eac11
Signerad av: 10sr GPG-nyckel ID: 7BEC428194130EB2
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el Visa fil

@@ -2216,9 +2216,9 @@ and search from projectile root (if projectile is available)."
(thing-at-point 'symbol t)))) (thing-at-point 'symbol t))))
(occur regexp nil region)) (occur regexp nil region))
(define-key ctl-x-map (kbd "C-o") 'my-occur) (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) (set-variable 'dumb-jump-prefer-searcher 'rg)




Laddar…
Avbryt
Spara