diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-01-21 09:01:18 -0600 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-01-21 09:01:18 -0600 |
commit | 1bdfcf5828d5e12ec7b18dbfaeb3c71a846111a8 (patch) | |
tree | 368420c6728e394c2817a9a3a5b8e5d0456717b9 | |
parent | 13da2e73efd4f6c0e9c237ed06d89c9415fa0e73 (diff) |
Add: CRDT package
-rw-r--r-- | shoshimacs.el | 2 | ||||
-rw-r--r-- | shoshimacs.org | 6 |
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 |