humitos / emacs-configuration

All my Emacs' configuration
25 stars 4 forks source link

Replace highlight-symbol with another alternative #33

Open humitos opened 7 years ago

humitos commented 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.

https://github.com/fgeller/highlight-thing.el

humitos commented 6 years ago

I was also recommended to use https://github.com/wolray/symbol-overlay which seems to be better than the other two.