summaryrefslogtreecommitdiff
blob: 301fcb4d4bb66b0090316a6e73fef63aa5007a87 (plain)
1
2
3
4
5
6
;;; 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))