emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Faces


From: Eraldo Helal
Subject: Re: [Orgmode] Re: Faces
Date: Sat, 16 May 2009 23:58:52 +0200

thank you for sharing the answer.

On Sat, May 16, 2009 at 02:01, <address@hidden> wrote:
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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


reply via email to

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