Remove multi-swoop keybinding

This commit is contained in:
laurensmiers 2016-04-08 17:43:44 +02:00
parent b9e927496f
commit bd32bfd2ca

View file

@ -75,7 +75,6 @@
;; Change the keybinds to whatever you like :) ;; Change the keybinds to whatever you like :)
(global-set-key (kbd "C-s") 'helm-swoop) (global-set-key (kbd "C-s") 'helm-swoop)
(global-set-key (kbd "C-c h s") 'helm-multi-swoop-all)
;; When doing isearch, hand the word over to helm-swoop ;; When doing isearch, hand the word over to helm-swoop
(define-key isearch-mode-map (kbd "M-i") 'helm-swoop-from-isearch) (define-key isearch-mode-map (kbd "M-i") 'helm-swoop-from-isearch)