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/app-office/magicpoint/files/50magicpoint-gentoo.el

7 lines
195 B

;;; magicpoint site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'mgp-mode "mgp-mode" "MagicPoint editor mode" t)
(add-to-list 'auto-mode-alist '("\\.mgp\\'" . mgp-mode))