diff options
Diffstat (limited to 'shoshimacs.el')
-rw-r--r-- | shoshimacs.el | 2 |
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") |