[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] About templates
From: |
Ralf Angeli |
Subject: |
Re: [AUCTeX-devel] About templates |
Date: |
Mon, 05 May 2008 22:58:14 +0200 |
* address@hidden (2008-05-05) writes:
> I wanted to use templates for latex files, so I tried the solution
> Ralf Angeli proposed some months ago in this mailing list. The problem
> with it is that loading auctex 11.85 causes (add-hook 'find-file-hook
> 'auto-insert) to fail, that is, evaluating find-file-hook when the
> buffer opens shows no sign of auto-insert and no text is added to the
> buffer.
Try
(add-hook 'LaTeX-mode-hook 'auto-insert)
--
Ralf