aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
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.el
parent13da2e73efd4f6c0e9c237ed06d89c9415fa0e73 (diff)
Add: CRDT package
Diffstat (limited to 'shoshimacs.el')
-rw-r--r--shoshimacs.el2
1 files changed, 2 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")