Add terraform-mode
This commit is contained in:
parent
718774b97e
commit
eb6d8eceb8
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -290,6 +290,9 @@
|
||||||
(use-package dockerfile-mode
|
(use-package dockerfile-mode
|
||||||
:straight t)
|
:straight t)
|
||||||
|
|
||||||
|
(use-package terraform-mode
|
||||||
|
:straight t)
|
||||||
|
|
||||||
(use-package flyspell
|
(use-package flyspell
|
||||||
:config
|
:config
|
||||||
(setq ispell-program-name "hunspell")
|
(setq ispell-program-name "hunspell")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue