emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re: Faces
@ 2009-05-16  0:01 srandby
  2009-05-16 21:58 ` Faces Eraldo Helal
  0 siblings, 1 reply; 3+ messages in thread
From: srandby @ 2009-05-16  0:01 UTC (permalink / raw)
  To: [Orgmode]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-16 22:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-16  0:01 Faces srandby
2009-05-16 21:58 ` Faces Eraldo Helal
2009-05-16 22:37   ` Samuel Wales

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).