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

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

Re: turning off underlining, bold, all faces


From: Joe Corneli
Subject: Re: turning off underlining, bold, all faces
Date: Fri, 25 Mar 2005 13:34:16 -0600

This looks easier to maintain, and in combination with

(global-font-lock-mode -1)

should have you sitting pretty (add additional items to the list as
necessary).  It isn't quite turning off everything, but to be honest I
don't know what would be left after you've done this.

(copy-face 'default 'italic)
(copy-face 'default 'underline)
(copy-face 'default 'bold)
(copy-face 'default 'bold-italic)
(copy-face 'default 'button)




reply via email to

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