doomemacs/modules/tools/collab/doctor.el
Henrik Lissner cd2477e79c
refactor(collab): s/featurep!/modulep!
featurep! was renamed modulep! in ad6a3d0.

Close: #7420
Ref: ad6a3d0f33
Co-authored-by: lagman <lagman@users.noreply.github.com>
2023-09-14 03:42:23 +02:00

5 lines
243 B
EmacsLisp

;;; tools/collab/doctor.el -*- lexical-binding: t; -*-
(when (and (modulep! +tunnel)
(not (executable-find "tuntox")))
(warn! "Couldn't find tuntox command. This needs to be on your path for the +tunnel flag to work properly."))