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
6
modules/tools/collab/packages.el
Normal file
6
modules/tools/collab/packages.el
Normal file
|
@ -0,0 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/collab/packages.el
|
||||
|
||||
(package! crdt
|
||||
:recipe (:host nil :repo "https://code.librehq.com/qhong/crdt.el")
|
||||
:pin "3ba890658d657db5d6aaedd5c2a78b6f93a5f139")
|
Loading…
Add table
Add a link
Reference in a new issue