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."))
|