mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Add ~hcl-mode~
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
dd7ae8366c
commit
95e8416a55
13
emacs-lisp/hashicorp_configuration_language.org
Normal file
13
emacs-lisp/hashicorp_configuration_language.org
Normal file
|
@ -0,0 +1,13 @@
|
|||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :comments link :results none
|
||||
:ID: 9591c993-560d-4306-918a-eb0b07461b14
|
||||
:END:
|
||||
#+title: Hashicorp Configuration Language
|
||||
#+filetags: emacs-load
|
||||
|
||||
Install ~hcl-mode~.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package hcl-mode
|
||||
:straight t)
|
||||
#+END_SRC
|
Loading…
Reference in a new issue