mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add ~terraform-mode~
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
1fa6a14528
commit
72fa1c7bfd
13
emacs-lisp/terraform_configuration_language.org
Normal file
13
emacs-lisp/terraform_configuration_language.org
Normal file
|
@ -0,0 +1,13 @@
|
|||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :comments link :results none
|
||||
:ID: 02e18c7d-80bf-47a1-8cc3-83448e31b1a0
|
||||
:END:
|
||||
#+title: Terraform Configuration Language
|
||||
#+filetags: emacs-load
|
||||
|
||||
Install ~terraform-mode~.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package terraform-mode
|
||||
:straight t)
|
||||
#+end_src
|
Loading…
Reference in a new issue