featurep! was renamed modulep! inad6a3d0
. Close: #7420 Ref:ad6a3d0f33
Co-authored-by: lagman <lagman@users.noreply.github.com>
5 lines
243 B
EmacsLisp
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."))
|