mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 12:00:24 +10: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"))
|