summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/form/files/64form-gentoo.el')
-rw-r--r--sci-mathematics/form/files/64form-gentoo.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/sci-mathematics/form/files/64form-gentoo.el b/sci-mathematics/form/files/64form-gentoo.el
new file mode 100644
index 000000000000..e9da182fec15
--- /dev/null
+++ b/sci-mathematics/form/files/64form-gentoo.el
@@ -0,0 +1,6 @@
+
+;;; 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)