mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 08:55:57 +02:00
4 lines
185 B
EmacsLisp
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))
|