juanjux / evil-search-highlight-persist

Emacs minor mode to highlight search results in all the buffeer until you clear them or make another, like Vim hlsearch option.
GNU General Public License v2.0
21 stars 11 forks source link

Use highlight library instead of highlight-regexp #3

Closed syl20bnr closed 9 years ago

syl20bnr commented 9 years ago

Hi Juanjo,

This PR uses highlight.el library instead of highlight-regexp. This allows to easily use overlays instead of font-locking which play nicer with hl-line-mode and global-hl-line-mode.

Before capture d ecran 2014-11-12 a 22 24 40

After capture d ecran 2014-11-12 a 22 18 28

Cheers, syl20bnr

juanjux commented 9 years ago

I was out for the weekend so I couldn't test and merge before, thanks for the patch!