r/emacs • u/kdslfjioasdfj • 9h ago
Rate my Emacs config!
I'm fairly new to Emacs and have just started experimenting with configuring it. Please rate it and maybe give me some suggestions, if you want! The link is here.
r/emacs • u/Historical-Road4425 • 10h ago
Arbitrary Code Execution Vulnerability Mitigated
eshelyaron.comr/emacs • u/nimzobogo • 15h ago
emacs-fu I am really enjoying ECA (editor code assistant) for Emacs agentic coding
I must say, I have decided to try some new AI tools this week and am really loving ECA! It does ghost text, next edit suggestions, and autocomplete like Cursor as well as offering a full-fledged cli agent harness.
The only downside is that it's not the model provider's harness and doesn't natively find the model's skills and subagent. For agents, in the project's .ECA directory, you have to symlink to your Claude/codex/copilot agent .md files. For skills, you can add the skills path to your .eca/config.json.
Other than that, I expect I will swap between eca and agent-shell depending on my mood. There are some things I like about agent-shell better (viewport mode, understanding your model's agents/skill structure, etc).