Re: Quick way to use same size font for all faces?

Jonathan Underwood <[email protected]> Tue, 22 Mar 2005 17:13:36 +0000
Newsgroups gmane.emacs.auc-tex
Message-ID <[email protected]>
> 
> What exactly did you do to set this variable?
> 

Inside LaTeX-mode-hook in my .emacs file I had a
(setq font-latex-title-fontify 'color)
- this has no effect.

Outside of the mode-hook however it works as expected. Presumably this 
is for the reasons you give about the variable having no effect once 
font-lock is started. Thanks for your help.

Jonathan.