Emacs Init: Disable Mouse Highlight
Disable Mouse Highlight
When you call list-matching-lines
, in the result pane, if you move mouse to a occurrence line, there is a annoying highlight that flickers a lot, especially if the line is long.
Disable it.
(setq mouse-highlight nil)