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-emacs/earthfile-mode/files/50earthfile-mode-gentoo.el

6 lines
263 B

(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))