gentoo-ebuilds/app-emacs/earthfile-mode/files/50earthfile-mode-gentoo.el
Maciej Barć 70ce6a1728
app-emacs/earthfile-mode: new package; add 0.1.0_p20230810
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2024-01-27 22:26:10 +01:00

5 lines
263 B
EmacsLisp

(add-to-list 'load-path "@SITELISP@")
(autoload 'earthfile-mode "earthfile-mode.el"
"A major mode for editing Earthfile file." t)
(add-to-list 'auto-mode-alist '("Earthfile\\'" . earthfile-mode))
(add-to-list 'auto-mode-alist '("\\.earth\\'" . earthfile-mode))