"Michael Dewar" <[EMAIL PROTECTED]> writes:

> I use M-x customize, I'm told to add these lines to .emacs
>
> (autoload 'gp-mode "pari" nil t)
> (autoload 'gp-script-mode "pari" nil t)
> (autoload 'gp "pari" nil t)
> (autoload 'gpman "pari" nil t)
> (setq auto-mode-alist
> (cons '("\\.gp$" . gp-script-mode) auto-mode-alist))
>
> But I don't know where to include them.

It doesn't matter.  Just put them at the top of the file.

-- 
Daniel Brockman <[EMAIL PROTECTED]>



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to