Emacs: hl-line-mode conflicts with highlight-phrase

Viewed 1175

I highlight current line by evaluating:

(hl-line-mode)

It could also be set globally:

(global-hl-line-mode nil)

The problem is that this way line highlighting overrides highlight-phrase. So my question is: "how to highlight both current line and a given phrase in this line?"

3 Answers
Related