Files
dtos-dotfiles/.emacs.d/modules/tools/terraform/doctor.el
2019-12-16 20:21:19 -06:00

5 lines
135 B
EmacsLisp

;;; tools/terraform/doctor.el -*- lexical-binding: t; -*-
(unless (executable-find "terraform")
(warn! "Couldn't find terraform."))