swarm-support
[Top][All Lists]
Advanced

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

Re: emacs and objC?


From: jmerelo
Subject: Re: emacs and objC?
Date: Tue, 17 Oct 1995 8:26:19 UTC+0200

>X-Envelope-to: address@hidden


You should include a line like this in your .emacs file...

-----
(setq auto-mode-alist
      (append '(("\\.h$"  . objc-mode)
                ("\\.m$" . objc-mode)
              auto-mode-alist))
-----

I guess you have already got hilit19, ain't you?

                                        JJ




reply via email to

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