Windows 10, Emacs 25.
I use package highlight-symbol for highlighting text. It's very useful.
But after 3 years of using it was not enough for me.
Is Emacs has another package with same or more powerfull capabilities?
Windows 10, Emacs 25.
I use package highlight-symbol for highlighting text. It's very useful.
But after 3 years of using it was not enough for me.
Is Emacs has another package with same or more powerfull capabilities?
As the comment by @DoMinNeLa suggests, your question as written is too broad, so it risks being closed. Please consider specifying one or more particular kinds of highlighting behavior you are looking for.
That said, here are a couple of libraries you can use to highlight symbols. They offer similar features to what highlight-symbol.el offers
, but also other features.
Highlight Lisp Functions (library hl-defined.el
)
Highlight symbols that are known to be defined functions and/or variables in an Emacs-Lisp buffer. Or you can highlight symbols that are not known to be defined functions or variables.
Library Highlight (highlight.el
)
General highlighting features.