Checklist
New Agent Prompt
When I use the agent-shell command with a prefix argument, I am given a minibuffer completion box. I expect typing "Cla" would immediately complete to Claude Code, but that's not what happens.
Instead, I have to to see all the options and then "Cla" works as expected.
I believe the leading icons are to blame for this annoyance
|
(cons (concat icon (when icon " ") display-name) |
The easiest fix would be to delete them. I don't like the icons anyway as they provide no helpful information. I don't want corporate branding in my Emacs packages.
If you won't remove them, at least make them trailing instead please
Checklist
New Agent Prompt
When I use the
agent-shellcommand with a prefix argument, I am given a minibuffer completion box. I expect typing "Cla" would immediately complete to Claude Code, but that's not what happens.Instead, I have to to see all the options and then "Cla" works as expected.
I believe the leading icons are to blame for this annoyance
agent-shell/agent-shell.el
Line 1086 in 82a7fff
The easiest fix would be to delete them. I don't like the icons anyway as they provide no helpful information. I don't want corporate branding in my Emacs packages.
If you won't remove them, at least make them trailing instead please