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