pinwheel: Use terraform-mode in emacs

This commit is contained in:
Alexander Heldt
2024-05-16 10:21:56 +02:00
parent 48ebff24e0
commit 11d55836fa

View File

@@ -509,6 +509,9 @@ Setup prefix for keybindings.
(rust-mode . eglot-ensure)
(glsl-mode . eglot-ensure)
(terraform-mode . alex/format-on-save)
(terraform-mode . eglot-ensure)
(scala-mode . eglot-ensure)
(scala-mode . alex/format-on-save)
)
@@ -547,6 +550,10 @@ Setup prefix for keybindings.
)
)
#+END_SRC
** Terraform
#+BEGIN_SRC emacs-lisp
(use-package terraform-mode)
#+END_SRC
** Dockerfile
#+BEGIN_SRC emacs-lisp
(use-package dockerfile-mode