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>
This commit is contained in:
parent
177157b044
commit
9245a347a4
6 changed files with 181 additions and 0 deletions
4
modules/tools/collab/doctor.el
Normal file
4
modules/tools/collab/doctor.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
;;; 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."))
|
Loading…
Add table
Add a link
Reference in a new issue