mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add hashicorp modes to emacs
This commit is contained in:
parent
ee75c17c0a
commit
cf46d495e6
2 changed files with 30 additions and 0 deletions
|
|
@ -12054,6 +12054,28 @@ This adds support for Hashicorp Configuration Language. I need this at work.
|
|||
:config
|
||||
(setq hcl-indent-level 2))
|
||||
|
||||
#+end_src
|
||||
*** Jenkinsfile/Groovy
|
||||
|
||||
This adds support for Groovy, which I specifically need to work with Jenkinsfiles. I need this at work.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
(use-package groovy-mode)
|
||||
|
||||
(use-package jenkinsfile-mode
|
||||
:mode "Jenkinsfile")
|
||||
|
||||
#+end_src
|
||||
*** Dockerfile
|
||||
|
||||
This adds support for Dockerfiles. I need this at work.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
(use-package dockerfile-mode
|
||||
:mode "Dockerfile")
|
||||
|
||||
#+end_src
|
||||
*** Terraform Mode
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue