doomemacs/modules/tools/direnv/doctor.el
2019-04-05 03:16:37 -04:00

5 lines
136 B
EmacsLisp

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