How to highlight all occurrences of a word in an Emacs buffer?

后端 未结 13 1026
执念已碎
执念已碎 2020-12-12 11:56

Notepad++ has a convenient feature: if you select a word in your text (not necessarily a keyword), the word is highlighted throughout the text. Can this be done in Emacs as

13条回答
  •  庸人自扰
    2020-12-12 12:32

    Maybe highlight-symbol.el at http://nschum.de/src/emacs/highlight-symbol/ is what you are looking for:

    alt text

提交回复
热议问题