pinwheel: Use terraform-mode in emacs
This commit is contained in:
@@ -509,6 +509,9 @@ Setup prefix for keybindings.
|
|||||||
(rust-mode . eglot-ensure)
|
(rust-mode . eglot-ensure)
|
||||||
(glsl-mode . eglot-ensure)
|
(glsl-mode . eglot-ensure)
|
||||||
|
|
||||||
|
(terraform-mode . alex/format-on-save)
|
||||||
|
(terraform-mode . eglot-ensure)
|
||||||
|
|
||||||
(scala-mode . eglot-ensure)
|
(scala-mode . eglot-ensure)
|
||||||
(scala-mode . alex/format-on-save)
|
(scala-mode . alex/format-on-save)
|
||||||
)
|
)
|
||||||
@@ -547,6 +550,10 @@ Setup prefix for keybindings.
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** Terraform
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package terraform-mode)
|
||||||
|
#+END_SRC
|
||||||
** Dockerfile
|
** Dockerfile
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package dockerfile-mode
|
(use-package dockerfile-mode
|
||||||
|
|||||||
Reference in New Issue
Block a user