From 3be00c529140bf71436099f2520ab0c4ad57d0e9 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Wed, 18 Mar 2026 09:55:24 +0100 Subject: [PATCH] Configure agent-shell --- flakes/emacs/config/init.el | 3 ++- module/home-manager.nix | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flakes/emacs/config/init.el b/flakes/emacs/config/init.el index a2b5aea..2fcf8ee 100644 --- a/flakes/emacs/config/init.el +++ b/flakes/emacs/config/init.el @@ -13,7 +13,8 @@ (use-package agent-shell :config (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 :config diff --git a/module/home-manager.nix b/module/home-manager.nix index 4a3737d..e0451ae 100644 --- a/module/home-manager.nix +++ b/module/home-manager.nix @@ -21,6 +21,7 @@ clj-kondo cloc cmake + codex-acp coreutils curl fira-code