Skip to content

Commit

Permalink
Use boon-set-search-string to escape isearch-string (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
lattfein authored and jyp committed Feb 12, 2019
1 parent 04905d1 commit db65424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boon-search.el
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ the regexp."

(defadvice isearch-exit (after ysph-hl-search activate compile)
"After isearch, highlight the search term and set it as boon current regexp."
(boon-set-search-regexp isearch-string))
(boon-set-search-string isearch-string))

(provide 'boon-search)
;;; boon-search.el ends here

0 comments on commit db65424

Please sign in to comment.