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