Configure agent-shell
This commit is contained in:
parent
52f111e561
commit
3be00c5291
2 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,8 @@
|
||||||
(use-package agent-shell
|
(use-package agent-shell
|
||||||
:config
|
:config
|
||||||
(setq agent-shell-openai-authentication
|
(setq agent-shell-openai-authentication
|
||||||
(agent-shell-openai-make-authentication :login t)))
|
(agent-shell-openai-make-authentication :login t)
|
||||||
|
agent-shell-prefer-viewport-interaction t))
|
||||||
|
|
||||||
(use-package apheleia
|
(use-package apheleia
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
clj-kondo
|
clj-kondo
|
||||||
cloc
|
cloc
|
||||||
cmake
|
cmake
|
||||||
|
codex-acp
|
||||||
coreutils
|
coreutils
|
||||||
curl
|
curl
|
||||||
fira-code
|
fira-code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue