开发者

Set some word with highlight color in emacs

开发者 https://www.devze.com 2022-12-16 14:15 出处:网络
If I want to highlight some words in my doc in Emacs, how can I do it. For开发者_开发知识库 example I have a log file where I recorded some daily information. And I want to make all \"TODO\" in this

If I want to highlight some words in my doc in Emacs, how can I do it.

For开发者_开发知识库 example I have a log file where I recorded some daily information. And I want to make all "TODO" in this log be highlighted.

How can I do it?

Thank you in advance.


You should take a look at this thread :

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

This blog entry also describes a simple way to do it :

http://emacs-fu.blogspot.com/2008/12/highlighting-todo-fixme-and-friends.html

The best way to implement this depends on what you want exactly : you can toggle highlighting manually, or create a hook that will do it for any mode.

0

精彩评论

暂无评论...
验证码 换一张
取 消