mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
5 lines
135 B
EmacsLisp
5 lines
135 B
EmacsLisp
;;; tools/terraform/doctor.el -*- lexical-binding: t; -*-
|
|
|
|
(unless (executable-find "terraform")
|
|
(warn! "Couldn't find terraform."))
|