Add tools/direnv module

This commit is contained in:
Henrik Lissner 2019-04-05 03:16:37 -04:00
parent dfc21e1157
commit cb5abcea0e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,4 @@
;;; tools/direnv/doctor.el -*- lexical-binding: t; -*-
(unless (executable-find "direnv")
(warn! "Couldn't find direnv executable"))