Readit News logoReadit News
alexkehayias commented on I used standard Emacs extension-points to extend org-mode   edoput.it/2025/04/16/emac... · Posted by u/Karrot_Kream
alexkehayias · 6 months ago
Having used emacs for many years, OP's description of "doing things wrong" is exactly the way I use emacs.

I seldom care about the inner workings of emacs and will do the absolute minimum to get it to work the way I want and then move on. I'm reminded over and over again that Emacs patinas really nicely with poorly written elisp in an init file over time.

Case in point, I found that org-export is super slow. After profiling it, I found the slow function, copied it, removed the slow part, and advice-add it right back in there[0]. Might this break some other deeply intertwined behavior someplace else? Probably. Does it matter if I'm the only one using it? Nope.

[0]https://github.com/alexkehayias/emacs.d/blob/master/init.el#...

alexkehayias commented on Goose: An open-source, extensible AI agent that goes beyond code suggestions   block.github.io/goose/... · Posted by u/sansui12
terhechte · a year ago
Which LLM did you use with Goose? That really affects the quality of the outcome
alexkehayias · a year ago
I’m using gpt-4o which I think is the default for the OpenAI configuration.

Haven’t tried other models yet but old like to see how o3-mini performs once it’s been added.

alexkehayias commented on Goose: An open-source, extensible AI agent that goes beyond code suggestions   block.github.io/goose/... · Posted by u/sansui12
alexkehayias · a year ago
So I gave goose a whirl and I actually really like the approach they are taking, especially because I use emacs and not vscode. I would recommend people try it out on an existing project—the results are quite good for small, additive features and even ones that are full stack.

Here's a short writeup of my notes from trying to use it https://notes.alexkehayias.com/goose-coding-ai-agent/

alexkehayias commented on My Emacs eye candy   xenodium.com/my-emacs-eye... · Posted by u/xenodium
dr_kiszonka · 3 years ago
Emacs users: how good is ChatGPT in creating emacs config files?

(I can't assess it myself myself because .el files are at the sorcery level too high for Rincewind-like skills.)

alexkehayias · 3 years ago
You have to fill in some gaps (and occasional paranthesis) but it’s pretty darn good at writing elisp for improving your config. I find it’s helpful enough that you can take on medium hanging fruit that you wouldn’t attempt otherwise.

For example, I wrote a minor mode for centering text, an org-export backend for Notion, and some plumbing for chatgpt-shell.

https://notes.alexkehayias.com/using-chatgpt-with-emacs/

alexkehayias commented on My Org Roam Notes Workflow (2021)   hugocisneros.com/blog/my-... · Posted by u/l2dy
alexkehayias · 4 years ago
I have a pretty similar workflow for publishing my personal notes which is exported using GitHub actions. https://notes.alexkehayias.com

Relevant emacs init code here (a lot of hacks to get exporting to ox-hugo to work and improve performance): https://github.com/alexkehayias/emacs.d/blob/master/init.el#...

I find navigating notes with an interactive graph as not that useful for others. I mostly use org-roam-ui myself to spot notes with no links but otherwise there's way too many nodes to do anything other than randomly click around.

u/alexkehayias

KarmaCake day470January 3, 2011
About
https://www.alexkehayias.com
View Original