summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/magicpoint/files/50mgp-mode-gentoo.el')
-rw-r--r--app-office/magicpoint/files/50mgp-mode-gentoo.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-office/magicpoint/files/50mgp-mode-gentoo.el b/app-office/magicpoint/files/50mgp-mode-gentoo.el
new file mode 100644
index 000000000000..638c3c44aa85
--- /dev/null
+++ b/app-office/magicpoint/files/50mgp-mode-gentoo.el
@@ -0,0 +1,4 @@
+;;; mgp-mode site-lisp configuration
+
+(autoload 'mgp-mode "mgp-mode" "MagicPoint editor mode" t)
+(setq auto-mode-alist (cons '("\\.mgp$" . mgp-mode) auto-mode-alist))