mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
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:
8
modules/tools/collab/config.el
Normal file
8
modules/tools/collab/config.el
Normal file
@@ -0,0 +1,8 @@
|
||||
;;; 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)))
|
Reference in New Issue
Block a user