emacs

Ed Paget 2025-11-06T16:55:42.591569Z

I made a yet another claude-code emacs package, one that is able to run claude without using comint or vterm and tries to give a more native-to-emacs interface for using cc, inspired by cider's repl buffer. It's still early doors but useful enough that I can do most of my cc workflow inside it: https://github.com/edpaget/edmacs/tree/main/modules/claude-repl

๐ŸŽ‰ 4
dpsutton 2025-11-06T17:53:52.316019Z

edmacs

dpsutton 2025-11-06T17:53:54.294069Z

outstanding

2025-11-06T18:00:24.991499Z

Iโ€™ve been using claude-code.el, and am frustrated by the editing and copy/paste experiance, so this looks interesting.

dpsutton 2025-11-06T18:00:49.504599Z

does this allow pasting screenshots?

2025-11-06T18:06:39.475089Z

fwiw, I also use claude-code.el for sending commands to claude from emacs

Ed Paget 2025-11-06T18:23:13.254089Z

I haven't tried pasting images in it yet. if you do lmk if it works ๐Ÿ™‚

Ed Paget 2025-11-06T18:23:47.981049Z

But yeah I did this mostly because I needed real evil-mode in the chat buffer which I can't get running claude in vterm

dpsutton 2025-11-06T18:23:48.944349Z

i should hook up playwrite or whatever lets it use a browser but iโ€™ve had good enough results with itโ€™s notion of css and js and throwing it screenshots and calling it ugly

Ed Paget 2025-11-06T18:24:26.923999Z

We could always expose eww as tool for claude to use ๐Ÿ˜‚

dpsutton 2025-11-06T18:25:29.037569Z

lmao