[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: |
Adam Funk |
Subject: |
Re: AUCTeX: turning off large fonts for section headings (in Emacs display)? |
Date: |
Tue, 26 Sep 2006 11:19:03 +0100 |
User-agent: |
slrn/0.9.8.1pl1 (Debian) |
On 2006-09-25, Kevin Rodgers <ihs_4664@yahoo.com> wrote:
>> 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
Aha, thanks.