summaryrefslogtreecommitdiff
blob: b43ef6dbef1e8ab9fe82a6a4ea1dffb487b2731b (plain)
1
2
3
4
5
(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))