Add tools/direnv module
This commit is contained in:
parent
dfc21e1157
commit
cb5abcea0e
4 changed files with 16 additions and 0 deletions
4
modules/tools/direnv/doctor.el
Normal file
4
modules/tools/direnv/doctor.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
;;; tools/direnv/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(unless (executable-find "direnv")
|
||||
(warn! "Couldn't find direnv executable"))
|
Loading…
Add table
Add a link
Reference in a new issue