doomemacs/modules/tools/collab/doctor.el

5 lines
233 B
EmacsLisp
Raw Normal View History

;;; tools/collab/doctor.el -*- lexical-binding: t; -*-
(when (and (featurep! +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."))