help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: AUCTeX: turning off large fonts for section headings (in Emacs displ


From: Kevin Rodgers
Subject: Re: AUCTeX: turning off large fonts for section headings (in Emacs display)?
Date: Mon, 25 Sep 2006 13:09:17 -0600
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Adam Funk wrote:
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?

See the [Face] Attribute Functions node of the Emacs Lisp manual,
or try: M-x apropos-function RET \`set-face- RET

--
Kevin





reply via email to

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