emado: manage 100k+ markdown entries from Emacs at native speedhttps://redd.it/1vqtodk@r_emacs
انتشار: 2026/08/17 15:07 UTCدریافت: 2026/08/17 20:17 UTCآخرین مشاهده: 2026/08/17 20:17 UTC
emado: manage 100k+ markdown entries from Emacs at native speedredd.it/1vqtodk@r_emacs
پستهای تلگرام — /r/emacs
Vague theme for emacs built on top of Modus themesHi all,I recently made the emacs port for the excellent vague theme. It is built on top of Modus themes and I've been daily driving it since then.Happy to hear feedback/suggestions. It would be great if people could try it and report issues on the issue tracker.Main repository: github.com/paniash/modus-vaguehttps://red…
Update Reddigg is now a fullblown reddit clientJust an update for one or two users of my reddigg package (github.com/thanhvg/emacs-reddigg). It has become a flullblown client. Beside reading, you should be able to submit a post, make a comment, upvote, downvote, edit your post, your comment... There is a dedicated minor mode which some of the users have been asking for but I was too lazy. Key bindings are not complete yet though.If you can see this post it means it works because I did it through reddigg.Okay here is the fine print:- you must have browsel github.com/dmgerman/browsel, btw many thanks to the creator of this awesome package.- you must have a reddit account, have your browser open old reddit and allow browsel to run on that tab.- reddigg will use browsel to drive the interaction with reddit through your browser.- llm code but lgtm :P- Don't think so but reddit might ban me and you. they closed the free access to old reddit recenly which led me to make this changeredd.it/1vqy5pn@r_emacs
What is emacs canvas and how does it work?Emacs Canvas (patch) on redditFrom my understanding of how programs draw to screens, it seems that Emacs canvas provides a video buffer to external graphics programs or libraries so that instead of drawing to the regular screen, they draw inside a video buffer created and displayed within Emacs.The equivalent I can think of is the case of VNC or Xpra where a program uses a $DISPLAY which is rendered remotely on the client.Would that mean that getting a program to run in a canvas would be along the lines:(emacs-create-canvas height width buffer-name "/usr/bin/random-gui-program -param 1 -param -2")?I suppose there would be some additional parameters relating to passing key strokes, controlling window movement and size etc.redd.it/1vqtjmi@r_emacs
Emacs AI assistants (results)Disclaimer: I'm not a heavy AI user, I'm just trying to understand the differences between AI harnesses specifically for Emacs and if using the real harness claude-code would even make a difference.I like agent-shell more than anything else I've tried in Emacs including ECA which I recently configured but never used for anything.Today I decided to give them both a try to a relatively complicated task (reviewing code) and oh boy, ECA was not only better but thousands of times better.They both are using the same model and configs so I feel I'm missing something here, agent-shell failed to trigger simple things as bufffer overflows while ECA correctly pointed out the issue and fix. I'm I missing something here? Anybody had experience with this kind of things?redd.it/1vqr0f9@r_emacs
Tempted to try Meow over Evil, but worried about IntelliJ / cross-editor muscle memoryI'm coming back to Emacs and I'm playing with Doom and vanilla configurations. I'm really tempted to ditch Evil and give Meow a proper shot. The selection-first model and native Emacs integration make a lot of sense to me, but I have one major hesitation: portability.At work, we use IntelliJ (I enabled IdeaVim). Sticking with Evil on Emacs means my muscle memory stays aligned between Doom/Emacs and my IDE. If I switch to Meow, I'm worried about the context-switching friction during the workday.Has anyone managed to port Meow-style bindings/selection mechanics to IntelliJ or found a solid way to bridge that gap? Would love to hear how others handle using Meow alongside non-Emacs tools at work.Thanks!redd.it/1vqkogz@r_emacs
A Magit-inspired diff mode for Jujutsu (jj)I have been using the Jujutsu since last week. Changing habits is pretty hard, especially I heavily use the magit to check the diffs, stage changes, and commit. I found the jj-mode, it can show the diff log but cannot pick the code hunk to submit. So, here we go, I just made a repo jj-diff.el. It is 100% vibe coding by now with my decisions making and design. It is using jj split --tool for faking the "stage" of git in jj. No other scripts needed (even antigravity recommended me using python script), just emacs and jj itself. Besides, all the commits I’ve made in this repo were done using this mode—so it has been manually tested. If someone is interested in, and use Jujutsu, feel free check it out. redd.it/1vqfagw@r_emacs