[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] font-latex-sectioning-*-face not updating sizes in buffer
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX] font-latex-sectioning-*-face not updating sizes in buffer |
Date: |
Thu, 05 Mar 2015 16:23:46 +0100 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
Chase Dwelle <address@hidden> writes:
Hi Chase,
> I commented out my font-latex-sectioning-*-face arguments and added '
> (font-latex-fontify-sectioning 1.3), but still don't see a change.
Note that `font-latex-sectioning-*-face' are faces whose customizations
are in the (custom-set-faces ...) form whereas
`font-latex-fontify-sectioning' is a variable which goes under
(custom-set-variables ...). So if you've added the variable config to
the custom-set-faces section, that sure has no effect (although I had
expected an error).
In general, it's best to use the customize interface instead editing
these two sections' contents by hand.
Bye,
Tassilo