This commit is contained in:
John Doty 2023-01-23 18:26:14 +00:00
parent 3a71ec083f
commit c8fd0df5d4
2 changed files with 7 additions and 1 deletions

View file

@ -1191,5 +1191,11 @@ Or, uh, Objective C, I guess."
:mode "\\.tf(vars)?\\'"
:config (add-hook 'terraform-mode-hook #'terraform-format-on-save-mode))
;; =================================================================
;; Earthly
;; =================================================================
(use-package earthfile-mode :ensure
:mode ("\\.earth\\'" "Earthfile\\'"))
;;; init.el ends here