Artur Scianek <artursc_at_linux.sky.pl> writes:
> Hello
> How can I make my fvwm-mode.el accesible via M-x fvwm-mode ??
> Where shpuld I copy fvwm-mode.el (or maybe fvwm-mode.elc) ??
> Thanks for answer
> Artur Scianek
A. Put the fvwm-mode.el file somewhere in your emacs load-path so that
emacs can find it. By all means byte-compile it.
B. In your .emacs file put
(setq auto-mode-alist (append auto-mode-alist
'(("\\.fvwmrc$" . fvwm-mode))))
These instructions should be part of the file!
hth
Glyn
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sat Dec 13 2003 - 12:47:00 GMT