gentoo-ebuilds/app-emacs/metamath-mode/files/50metamath-mode-gentoo.el
Maciej Barć 2a35e09442
app-emacs/metamath-mode: new package; add 0_p20221005
2022.10.05 snapshot

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2022-10-15 18:47:40 +02:00

4 lines
185 B
EmacsLisp

(add-to-list 'load-path "@SITELISP@")
(autoload 'metamath-mode "metamath-mode"
"Major mode for editing metamath files" t)
(add-to-list 'auto-mode-alist '("\\.mm\\'" . metamath-mode))