ソースを参照

Remove swoop keybind

master
10sr 5年前
コミット
0d379eac11
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el ファイルの表示

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



読み込み中…
キャンセル
保存