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>
4 lines
233 B
EmacsLisp
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."))
|