summaryrefslogtreecommitdiff
path: root/sci-mathematics/form/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-15 11:54:41 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-15 11:54:41 +0000
commit046c3c0984fd20387a9f86cdd0842fd81e70d94f (patch)
treecc10a34db3ff175a68ebd1f398672156c9aad0e9 /sci-mathematics/form/files
parentbdc9b55c978e3939e16252e66e83950cbecbf77c (diff)
gentoo auto-resync : 15:01:2023 - 11:54:40
Diffstat (limited to 'sci-mathematics/form/files')
-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)