mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
5 lines
136 B
EmacsLisp
5 lines
136 B
EmacsLisp
;;; tools/direnv/doctor.el -*- lexical-binding: t; -*-
|
|
|
|
(unless (executable-find "direnv")
|
|
(warn! "Couldn't find direnv executable"))
|