Emacs Init: Disable Mouse Highlight

By Xah Lee. Date: .

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)
emacs mouse-highlight 2022-03-21
emacs mouse-highlight 2022-03-21

Emacs Init, Mouse