From 8b6814e4e92621c9d2f8fcd3153fe6aa077b6775 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 4 Mar 2026 14:48:02 -0500 Subject: [PATCH] [emacs] Add acp and agent-shell --- emacs/.config/doom/custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/custom.el b/emacs/.config/doom/custom.el index 896ee51..807dae8 100644 --- a/emacs/.config/doom/custom.el +++ b/emacs/.config/doom/custom.el @@ -5,7 +5,7 @@ ;; If there is more than one, they won't work right. '(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'") '(package-selected-packages - '(csv-mode direnv ef-themes helix-theme just-mode justl magit-todos nov pinentry vulpea w3m)) + '(csv-mode acp agent-shell direnv ef-themes helix-theme just-mode justl magit-todos nov pinentry vulpea w3m)) '(safe-local-variable-values '((pytest-global-name . "docker-compose run --rm test --")))) (custom-set-faces ;; custom-set-faces was added by Custom.