You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/form/files/64form-gentoo.el

7 lines
196 B

;;; form site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(add-to-list 'auto-mode-alist '("\\.frm\\'" . form-mode))
(autoload 'form-mode "form-mode" "Major mode for form files." t)