🔧 doom: now with llm tool
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -8,7 +8,6 @@
|
||||
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
|
||||
;; (package! some-package)
|
||||
|
||||
(package! ellama)
|
||||
(package! obsidian)
|
||||
(package! wakatime-mode)
|
||||
|
||||
|
Reference in New Issue
Block a user