From 9aa80713372911cec499b3adb2cd746790920916 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 29 Jun 2021 10:15:54 +0100 Subject: gentoo resync : 29.06.2021 --- dev-lang/mozart/files/50mozart-gentoo.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev-lang/mozart/files/50mozart-gentoo.el (limited to 'dev-lang/mozart/files') diff --git a/dev-lang/mozart/files/50mozart-gentoo.el b/dev-lang/mozart/files/50mozart-gentoo.el new file mode 100644 index 000000000000..3533d49d693b --- /dev/null +++ b/dev-lang/mozart/files/50mozart-gentoo.el @@ -0,0 +1,13 @@ +;;; mozart site-lisp configuration + +(or (getenv "OZHOME") + (setenv "OZHOME" "/usr")) +(add-to-list 'load-path "@SITELISP@") +(autoload 'run-oz' "oz" "Start Mozart as a sub-process" t) +(autoload 'oz-mode "oz" "Major mode for editing Oz code." t) +(autoload 'oz-gump-mode "oz" + "Major mode for editing Oz code with embedded Gump specifications." t) +(autoload 'ozm-mode "mozart" "Major mode for displaying Oz machine code." t) +(add-to-list 'auto-mode-alist '("\\.oz$" . oz-mode)) +(add-to-list 'auto-mode-alist '("\\.ozg$" . oz-gump-mode)) +(add-to-list 'auto-mode-alist '("\\.ozm$" . ozm-mode)) -- cgit v1.2.3