aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.org
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-01-21 09:01:18 -0600
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-01-21 09:01:18 -0600
commit1bdfcf5828d5e12ec7b18dbfaeb3c71a846111a8 (patch)
tree368420c6728e394c2817a9a3a5b8e5d0456717b9 /shoshimacs.org
parent13da2e73efd4f6c0e9c237ed06d89c9415fa0e73 (diff)
Add: CRDT package
Diffstat (limited to 'shoshimacs.org')
-rw-r--r--shoshimacs.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/shoshimacs.org b/shoshimacs.org
index 4ad3909..2950290 100644
--- a/shoshimacs.org
+++ b/shoshimacs.org
@@ -671,6 +671,12 @@ from them in various Emacs menus. [[*\[\[info:consult#Top\]\[consult\]\] - Consu
show-trailing-whitespace t)
#+end_src
+** crdt - buffer sharing
+
+#+begin_src emacs-lisp
+ (package-install 'crdt)
+#+end_src
+
* Programming
:PROPERTIES:
:header-args:emacs-lisp: :noweb-ref programming :noweb-sep "\n\n" :results silent