mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10: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))
|