Is there a way to get a word to be rendered with a different face in text mode?
|
|
|
|
|
|
|
Check out `highlight-regexp'. Just type in the word you want to change the face for (although it can be any regular expression). M-x highlight-regexp
|
|||
|
|
|
|
Yes, What you want is font-lock-mode. See here: http://www.gnu.org/software/emacs/manual/html%5Fnode/emacs/Font-Lock.html Specifically you'll want to turn on |
||
