Install agent-shell
This commit is contained in:
parent
ef18bbcf38
commit
52f111e561
2 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,11 @@
|
||||||
|
|
||||||
(require 'bind-key)
|
(require 'bind-key)
|
||||||
|
|
||||||
|
(use-package agent-shell
|
||||||
|
:config
|
||||||
|
(setq agent-shell-openai-authentication
|
||||||
|
(agent-shell-openai-make-authentication :login t)))
|
||||||
|
|
||||||
(use-package apheleia
|
(use-package apheleia
|
||||||
:config
|
:config
|
||||||
(add-to-list 'apheleia-formatters
|
(add-to-list 'apheleia-formatters
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
extraConfig = builtins.readFile ./config/init.el +
|
extraConfig = builtins.readFile ./config/init.el +
|
||||||
builtins.readFile ./config/lisp/utils.el;
|
builtins.readFile ./config/lisp/utils.el;
|
||||||
extraPackages = epkgs: (with epkgs; [
|
extraPackages = epkgs: (with epkgs; [
|
||||||
|
agent-shell
|
||||||
apheleia
|
apheleia
|
||||||
avy
|
avy
|
||||||
cape
|
cape
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue