Open humitos opened 7 years ago
It's more customizable. For example,
(setq highlight-thing-limit-to-defun t)
to highlight only things inside the current function. The default face is yellow, but it can be changed easily.
face
https://github.com/fgeller/highlight-thing.el
I was also recommended to use https://github.com/wolray/symbol-overlay which seems to be better than the other two.
It's more customizable. For example,
to highlight only things inside the current function. The default
face
is yellow, but it can be changed easily.https://github.com/fgeller/highlight-thing.el