🔧 doom: now with llm tool

This commit is contained in:
2025-05-09 17:27:20 -04:00
parent edee508882
commit ae8390c431
4 changed files with 16 additions and 10 deletions

View File

@ -61,6 +61,12 @@
;; haskell
(setq lsp-haskell-formatting-provider "stylish-haskell")
;; llm
(gptel-make-ollama "Ollama"
:host "localhost:11434"
:stream t
:models '(mistral:latest))
;; nix-mode
(with-eval-after-load 'lsp-mode
(lsp-register-client

View File

@ -96,6 +96,7 @@
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
lookup ; navigate your code and its documentation
llm ; when I said you needed friends, I didn't mean...
lsp ; M-x vscode
magit ; a git porcelain for Emacs
;;make ; run make tasks from Emacs

View File

@ -8,7 +8,6 @@
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;; (package! some-package)
(package! ellama)
(package! obsidian)
(package! wakatime-mode)