2025-10-27 17:46:00
Today on starling-el: now available on MELPA!
#emacs #starlingbank
Today on starling-el: now available on MELPA!
#emacs #starlingbank
I'm on #orgsocial now!🎉
#emacs
I am trying to alternate between using Workflowy and Emacs Org for tasks. The tool chosen randomly on a weekly basis.
(Intention is to understand what features I find absolutely required).
#Emacs #orgmode #workflowy
Eliminating #Emacs “Bloat”
https://irreal.org/blog/?p=13302
That's right: when you're using Emacs, its "bloat"-part doesn't affect you in any significant negative way.
This is the…
alright, I am in the "find out" stage of fucking around with proprietary software and finding out
I thought vscodium was safe because it's the "open source" version of vscode and what do I get?
A fucking AI agent built into my editor against my will
welp, time to dust off the old #emacs config
Today in starling-el, the ability to set spending categories! Our first non-read operation. It's much nicer doing this in #emacs IMO!
Visto lo de #JetBrains y la IA, cada día mšs convencido de usar #emacs
I’m recently a bit fed up with technology.
This article resonated with me and I think we get things like #emacs if we follow stability.
https://www.joanwestenberg.com/p/the-exhau
#Emacs lisp to find all occurrences of the form AB4123 (i.e., my university's module codes) in a document:
(save-excursion
(setq r nil)
(while
(re-search-forward "[A-Z][A-Z]4[0-9][0-9][0-9]" nil t)
(push (match-string-no-properties 0) r))
r)
I can then manipulate r, the result, in the *scratch* buffer (I find 15 distinct modules are …
Today in starling.el (#emacs
I upload HTML files to #Brightspace to have more control over my content (writing it in #Emacs #orgmode). It mostly works, but yesterday I discovered BS was corrupting my code examples by applying Mat…
Satisfying as actually getting an #emacs keyboard macro for a repetitive task correct.. And then just being able to hammer e repeatedly and see it all unfold.
Well worth it for all the times you mess it up enough that it would have been quicker to do it all manually :D
#emacs users who bank with the uk starling bank, (niche!): I received a handy new contribution to my starling.el project, a new view that lets you see your spending insights. Thanks to Alex:
https://github.com/draxil/starling-e…
#TAONAW - #Emacs and #orgmode: A quick overiew about how I write #instructions in org-mode