auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] using .latex-files in AUCTeX


From: Horny Animal
Subject: Re: [AUCTeX] using .latex-files in AUCTeX
Date: Wed, 01 Mar 2006 18:11:51 +0100
User-agent: Pan/0.14.2.91 (As She Crawled Across the Table)

On Tue, 08 Nov 2005 18:06:40 +0000, Jens Kubieziel wrote:

> Hi,
> 
> I looked up the manual, searched, read my emacs book but couldn't find a
> working solution. Hope you can give me a hint:
> I writing some scripts together with other people. There is a convention
> that all LaTeX-files have the extension .latex. When I open those files
> in Emacs they are not recognised by AUCTeX (also font-locking doesn't
> work). What variable should I change that AUCTeX works also with those
> files?

adding the following to your ~/.emacs ought to do it:

(setq auto-mode-alist (append '( "\\.latex'" .LaTeX-mode)) 
                                auto-mode-alist))

Mads




reply via email to

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