aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shoshimacs.el2
-rw-r--r--shoshimacs.org6
2 files changed, 8 insertions, 0 deletions
diff --git a/shoshimacs.el b/shoshimacs.el
index b1fdac0..452f914 100644
--- a/shoshimacs.el
+++ b/shoshimacs.el
@@ -171,6 +171,8 @@
(setq indent-tabs-mode nil
show-trailing-whitespace t)
+(package-install 'crdt)
+
;;; Programming
(defvar slime-repo "https://github.com/slime/slime")
(defvar slime-src-dir "~/src/slime")
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