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 /config/emacs.org | |
| parent | d43c1e768c0102387a7c1167b476bb0af2d21987 (diff) | |
add more stuff to my monorepo
Diffstat (limited to 'config/emacs.org')
| -rw-r--r-- | config/emacs.org | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/emacs.org b/config/emacs.org index 72bf26c..68ca825 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -593,14 +593,14 @@ emacs keybindings. I use LLMs in order to help me come up with ideas. I use a local LLM so that I can have a competitive LLM that doesn't cost money. #+begin_src emacs-lisp :tangle ../nix/init.el - (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"))) #+end_src *** Minuet Minuet does my code completion, showing the potential code completion as a ghost and automatically completing the code when my cursor is |
