mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
7 lines
196 B
EmacsLisp
7 lines
196 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/terraform/packages.el
|
|
|
|
(package! terraform-mode :pin "6973d1acab")
|
|
(when (featurep! :completion company)
|
|
(package! company-terraform :pin "2d11a21fee"))
|