commit f2d565b62000a91cb3d3a8edb7d909a09b27cf38
parent 0a3b06fecf10f8c78e17d3ff107396635b223d16
Author: Alex Balgavy <alex@balgavy.eu>
Date: Mon, 16 May 2022 14:55:56 +0200
emacs: crdt for collabs
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -1159,6 +1159,12 @@ A good LSP plugin.
(use-package eglot)
#+end_src
+** crdt
+Collaborative editing in Emacs:
+
+#+begin_src emacs-lisp
+ (use-package crdt)
+#+end_src
* Interface
** Start debugger on error
#+begin_src emacs-lisp