help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Associated assembly mode with .asm as well as .s in xemacs


From: Burton Samograd
Subject: Re: Associated assembly mode with .asm as well as .s in xemacs
Date: Thu, 05 Jun 2003 22:02:41 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

jliang@sandia.gov (James Liang) writes:

> I noticed that while xemacs automatically associates .s with
> assembly sources, it does NOT associated .asm files with assembly
> sources.
> 
> Is there any way to change this?

In your .emacs file put:

(add-to-list 'auto-mode-alist '("\\.asm" . asm-mode))

-- 
burton samograd
kruhft@hotmail.com
http://kruhftwerk.dyndns.org


reply via email to

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