~edwargix/emacs.d

69d7bdfc8da002c61d774140b7577178c6f22714 — David Florness 4 months ago 0321de8
agent-shell: prefer viewport interaction
1 files changed, 2 insertions(+), 0 deletions(-)

M lisp/llm.el
M lisp/llm.el => lisp/llm.el +2 -0
@@ 1,4 1,6 @@
(use-package agent-shell
  :custom
  (agent-shell-prefer-viewport-interaction t)
  :config
  (setq acp-logging-enabled t))