doomemacs/modules/tools/collab/doctor.el
Jonathan Ming 9245a347a4
module: add :tools collab
Add a collaborative editing module, powered by crdt.el.

Ref: https://code.librehq.com/qhong/crdt.el
Co-authored-by: Arte Ebrahimi <arteebrahimi@gmail.com>
2023-07-24 19:29:46 +02:00

4 lines
233 B
EmacsLisp

;;; 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."))