all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: srandby@gmail.com
To: "[Orgmode]" <emacs-orgmode@gnu.org>
Subject: Re: Faces
Date: Fri, 15 May 2009 20:01:16 -0400	[thread overview]
Message-ID: <4A0E024C.80009@gmail.com> (raw)

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	other threads:[~2009-05-16  0:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-16  0:01 srandby [this message]
2009-05-16 21:58 ` Re: Faces Eraldo Helal
2009-05-16 22:37   ` Samuel Wales
  -- strict thread matches above, loose matches on Subject: below --
2009-05-15  3:51 Faces srandby
2009-05-15  2:58 Faces srandby

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A0E024C.80009@gmail.com \
    --to=srandby@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.