diff options
| author | Preston Pan <ret2pop@gmail.com> | 2026-01-30 20:50:09 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2026-01-30 20:50:09 -0800 |
| commit | 6de29052077fa51ccaa452ad7432dd64dc806bd2 (patch) | |
| tree | 5650c92cc82262941c183d782e517c13d1c488d2 /nix/init.el | |
| parent | d43c1e768c0102387a7c1167b476bb0af2d21987 (diff) | |
add more stuff to my monorepo
Diffstat (limited to 'nix/init.el')
| -rw-r--r-- | nix/init.el | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/nix/init.el b/nix/init.el index 7e88f49..56d7e4b 100644 --- a/nix/init.el +++ b/nix/init.el @@ -481,14 +481,14 @@ "h r r" '(lambda () (interactive) (org-babel-load-file (expand-file-name "~/monorepo/config/emacs.org"))))) -(use-package ellama - :custom - (ellama-sessions-directory "~/org/ellama/" "Set org directory for LLM sessions") - :init - (require 'llm-ollama) - (setopt ellama-provider (make-llm-ollama - :host "localhost" - :chat-model "qwen2.5:14b"))) +;; (use-package ellama +;; :custom +;; (ellama-sessions-directory "~/org/ellama/" "Set org directory for LLM sessions") +;; :init +;; (require 'llm-ollama) +;; (setopt ellama-provider (make-llm-ollama +;; :host "localhost" +;; :chat-model "qwen2.5:14b"))) (use-package minuet :bind |
