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