From 0d379eac11b54767c06759001e1feb5e0b7e47a1 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 23 Oct 2019 16:03:13 +0900 Subject: [PATCH] Remove swoop keybind --- emacs.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs.el b/emacs.el index 39aebd8..17fe81b 100644 --- a/emacs.el +++ b/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)