all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adam Funk <a24061@yahoo.com>
Subject: Re: AUCTeX: turning off large fonts for section headings (in Emacs display)?
Date: Mon, 25 Sep 2006 17:37:35 +0100	[thread overview]
Message-ID: <f7dlu3-3mo.ln1@news.ducksburg.com> (raw)
In-Reply-To: 4nq92bFbbq76U1@individual.net

On 2006-09-25, Joachim Schrod <jschrod@acm.org> wrote:

> Something like

Yes.  I started with 

   M-x customize-group font-latex-highlighting-faces

as Vilar suggested and ended up with the following automatically
inserted in my .emacs file:

(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(font-latex-title-1-face ((t (:inherit font-latex-title-2-face))))
 '(font-latex-title-2-face ((t (:inherit font-latex-title-3-face))))
 '(font-latex-title-3-face ((t (:inherit font-latex-title-4-face))))
 '(font-latex-title-4-face ((((class color) (background light))
 (:foreground "blue4" :weight bold)))))


So now I have another question.  Previously I've taken things out of
the custom-set-variables stanza by changing
  '(x y)
for example, to
  (setq x y)
and moving it farther down the file, in order to be able to edit it
manually and copy it between accounts on different machines (because
of the "do not edit or cut/paste" warning).

Is there something similar I can do to move those lines out of that
"do not edit" zone?

  reply	other threads:[~2006-09-25 16:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-25 13:53 AUCTeX: turning off large fonts for section headings (in Emacs display)? Adam Funk
2006-09-25 14:03 ` Adam Funk
2006-09-25 15:31   ` Gilbert Harman
2006-09-25 16:19   ` Reiner Steib
2006-09-25 20:22     ` Adam Funk
2006-09-25 14:36 ` Vilar Neto
2006-09-25 16:33   ` Adam Funk
2006-09-25 14:57 ` Joachim Schrod
2006-09-25 16:37   ` Adam Funk [this message]
2006-09-25 19:09     ` Kevin Rodgers
     [not found]     ` <mailman.7390.1159211497.9609.help-gnu-emacs@gnu.org>
2006-09-26 10:19       ` Adam Funk

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=f7dlu3-3mo.ln1@news.ducksburg.com \
    --to=a24061@yahoo.com \
    /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.