help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: syntax highlighting


From: Bob Proulx
Subject: Re: syntax highlighting
Date: Sun, 16 Nov 2014 12:31:17 -0700
User-agent: Mutt/1.5.23 (2014-03-12)

M P wrote:
> I would like to turn of syntax highlighting. The screen glows in all
> colors of the rainbow - thats is tiring for the eyes,

Set this in your .emacs file to disable font-lock-mode globally.

  (global-font-lock-mode 0)

See the documentation on font lock mode for more information.

  
http://www.gnu.org/software/emacs/manual/html_node/emacs/Font-Lock.html#Font-Lock

Bob



reply via email to

[Prev in Thread] Current Thread [Next in Thread]