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

Re: font-lock-mode in Xemacs



* Lance Levsen <l.levsen@printwest.com> writes:

> Anyone know how to quickly add .php3 extension to the C++ mode in 
> Xemacs?

Try the following in your .emacs:


 (append '(
           ("\\.php3$" . c++-mode)
           )
         auto-mode-alist)

HTH,
  Colin

-- 
Colin Marquardt <colin.marquardt@gmx.de>


Reply to: