mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 09:36:14 +01:00
14 lines
294 B
Org Mode
14 lines
294 B
Org Mode
|
: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
|