mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
7 lines
256 B
EmacsLisp
7 lines
256 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/terraform/packages.el
|
|
|
|
(package! terraform-mode :pin "2967e7bdc05d15617e121052f6e43c61439b9070")
|
|
(when (featurep! :completion company)
|
|
(package! company-terraform :pin "2d11a21fee2f298e48968e479ddcaeda4d736e12"))
|