emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Faces


From: srandby
Subject: [Orgmode] Re: Faces
Date: Fri, 15 May 2009 20:01:16 -0400
User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302)

I received a request to tell the list how I managed to change the face for lines that begin with # in an org file, so here it is.

Lines that begin with # are comment lines. The face of comment lines is determined by font-lock-comment-face. In my .emacs, I now have:

'(font-lock-comment-face ((((class color) (min-colors 88) (background light)) (:foreground "cornflowerblue"))))

One may also do the following:

M-x customize
Go to the "Faces" group.
Go to the "Font Lock" group.
Go to the "Font Lock Faces" group.
Customize "Font Lock Comment Face."

I'm sure there are other ways to do this as well.

Scott Randby




reply via email to

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