mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05: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."))
|