Add ellama package.
This package depends of ollama server installed and started with the model (by default zephyr) pulled prevoiusly.
This commit is contained in:
parent
be51f082f7
commit
e40aa8d194
@ -28,6 +28,10 @@
|
|||||||
:defer t
|
:defer t
|
||||||
:bind ("<f1>" . eldoc-box-help-at-point))
|
:bind ("<f1>" . eldoc-box-help-at-point))
|
||||||
|
|
||||||
|
;; AI integrada en emacs usando ollama (https://ollama.ai/)
|
||||||
|
(use-package ellama
|
||||||
|
:defer t)
|
||||||
|
|
||||||
;; Seleccionar por regiones (similar a mark-sexp, pero toma en cuenta hacia atrás del cursor también)
|
;; Seleccionar por regiones (similar a mark-sexp, pero toma en cuenta hacia atrás del cursor también)
|
||||||
(use-package expand-region
|
(use-package expand-region
|
||||||
:defer t
|
:defer t
|
||||||
|
Loading…
Reference in New Issue
Block a user