Skip to content

Commit

Permalink
Don't bother suppressing symbol-overlay during isearch
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jun 4, 2017
1 parent 5e11091 commit b667232
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lisp/init-editing-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@
(add-hook hook 'symbol-overlay-mode))
(after-load 'symbol-overlay
(diminish 'symbol-overlay-mode)
(defadvice symbol-overlay-temp-highlight (around sanityinc/maybe-suppress activate)
"Suppress symbol highlighting while isearching."
(unless (or isearch-mode
(and (boundp 'multiple-cursors-mode) multiple-cursors-mode))
ad-do-it))
(define-key symbol-overlay-mode-map (kbd "M-n") 'symbol-overlay-jump-next)
(define-key symbol-overlay-mode-map (kbd "M-p") 'symbol-overlay-jump-prev)))

Expand Down

0 comments on commit b667232

Please sign in to comment.