From 20f318272654c9353a4a2eac06bae4348bf8d507 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 5 Mar 2024 09:25:57 -0800 Subject: [PATCH] Add ellama --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 535a42b..9260b28 100644 --- a/init.el +++ b/init.el @@ -1292,4 +1292,7 @@ buffers `helpful--sym' to `my/helpful-symbol-history'." ;; fun! (use-package mines) +;; ai stuff (also mostly fun) +(use-package ellama) + ;;; init.el ends here