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

Re: xemacs & auctex



On Tuesday 21 September 2004 12:30, Vittorio wrote:

>> > What shall I do to make xemacs21 modify its menu as soon as a .tex
>> > file is loaded?
>>
>> Have you tried to put "(require 'tex-site)" in your "~/.emacs"
>> configuration file?
> 
> YES. To no avail.
> Vittorio

I use GNU Emacs rather than XEmacs, but you might want to try this.

(require 'tex-site)
(add-to-list 'auto-mode-alist '("\\.tex\\'" . LaTeX-mode))



Reply to: