doomemacs/modules/tools/collab/config.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

8 lines
228 B
EmacsLisp

;;; tools/collab/config.el -*- lexical-binding: t; -*-
(use-package! crdt
:commands (crdt-share-buffer crdt-connect)
:init
(when (featurep! +tunnel)
(setq crdt-use-tuntox t)
(setq crdt-tuntox-password-in-url t)))