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>
6 lines
196 B
EmacsLisp
6 lines
196 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/collab/packages.el
|
|
|
|
(package! crdt
|
|
:recipe (:host nil :repo "https://code.librehq.com/qhong/crdt.el")
|
|
:pin "3ba890658d657db5d6aaedd5c2a78b6f93a5f139")
|