Earthly
This commit is contained in:
parent
3a71ec083f
commit
c8fd0df5d4
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue