Planet Emacslife
Evan Moses: Separating work and personal config
https://www.emoses.org/posts/keeping-work-separate/
Evan Moses: Separating work and personal config
https://www.emoses.org/posts/keeping-work-separate/
www.emoses.org
Separating work and personal config
TL;DR My dotfiles are checked into a git repo I want to avoid checking in sensitive, work-specific config to a public git repo I updated my git and emacs configs to check for local overrides in ~/.local Like many folks, I check my dotfiles into a git repo…
Planet Emacslife
Sacha Chua: 2025-04-21 Emacs news
https://sachachua.com/blog/2025/04/2025-04-21-emacs-news/
Sacha Chua: 2025-04-21 Emacs news
https://sachachua.com/blog/2025/04/2025-04-21-emacs-news/
Planet Emacslife
Cameron Desautels: The Duality of Transducers
https://camdez.com/blog/2025/04/21/the-duality-of-transducers/
Cameron Desautels: The Duality of Transducers
https://camdez.com/blog/2025/04/21/the-duality-of-transducers/
camdez
The Duality of Transducers
I finally got around to re-recording and posting this talk on
Clojure’s transducers that I gave last year to the Austin Clojure
Meetup:
Clojure’s transducers that I gave last year to the Austin Clojure
Meetup:
Planet Emacslife
Lars Ingebrigtsen: OpenLibrary, LibraryThing, Books and Emacs
https://lars.ingebrigtsen.no/2025/04/22/openlibrary-librarything-books-and-emacs/
Lars Ingebrigtsen: OpenLibrary, LibraryThing, Books and Emacs
https://lars.ingebrigtsen.no/2025/04/22/openlibrary-librarything-books-and-emacs/
Random Thoughts
OpenLibrary, LibraryThing, Books and Emacs
A commenter on my previous post about this stuff suggested using LibraryThing to deduplicate editions, so I thought I’d give it a go. I’m using Amy Hempel as the test case, because she&…
Planet Emacslife
Matt Maguire: Plain Text Accounting with Emacs
https://www.teachmaths.org/20250423-pta-emacs/
Matt Maguire: Plain Text Accounting with Emacs
https://www.teachmaths.org/20250423-pta-emacs/
Matt's Meandering Mind
Plain Text Accounting with Emacs
For a while I have been concerned that I haven’t really been on top of my finances as well as I should be, and I decided to bite the bullet and do something about it. I’ve been looking to get much better visibility into my share portfolio, and make sure I…
Planet Emacslife
Jack Baty: Consolidating my email handling in Emacs
https://baty.net/posts/2025/04/consolidating-my-email-handling-in-emacs/
Jack Baty: Consolidating my email handling in Emacs
https://baty.net/posts/2025/04/consolidating-my-email-handling-in-emacs/
Baty.net
Consolidating my email handling in Emacs
If I were to only have one computer, I’d use notmuch for email in Emacs. I might also import non-email stuff as notmuch messages so I can search everything in one place.
But, I now have 3 computers; 2 running macOS and one running (Fedora) Linux. Notmuch…
But, I now have 3 computers; 2 running macOS and one running (Fedora) Linux. Notmuch…
Planet Emacslife
Cameron Desautels: Fixed Order Sorting in Clojure
https://camdez.com/blog/2025/04/23/fixed-order-sorting-in-clojure/
Cameron Desautels: Fixed Order Sorting in Clojure
https://camdez.com/blog/2025/04/23/fixed-order-sorting-in-clojure/
camdez
Fixed Order Sorting in Clojure
Here’s another tidy bit of Clojure that makes me happy…
Of course it’s easy to sort items in the natural order:
(sort [1 3 4 2]) ; => (1 2 3 4)
Or via a mapping to elements that sort in a natural order:
(sort-by count ["xx" "xxx" "x"]) ; => ("x" "xx"…
Of course it’s easy to sort items in the natural order:
(sort [1 3 4 2]) ; => (1 2 3 4)
Or via a mapping to elements that sort in a natural order:
(sort-by count ["xx" "xxx" "x"]) ; => ("x" "xx"…
👍1
Planet Emacslife
Matt Maguire: Plain Text Accounting with Emacs – Part 2
https://www.teachmaths.org/20250424-pta-emacs2/
Matt Maguire: Plain Text Accounting with Emacs – Part 2
https://www.teachmaths.org/20250424-pta-emacs2/
Matt's Musings
Plain Text Accounting with Emacs – Part 2
Following up from my previous article on using Emacs to maintain a plain-text ledger for use with plain text accounting software: I reconfigured my Doom Emacs to use the pre-packaged Ledger mode, and I can confirm that it is much nicer to use than the hledger…
Planet Emacslife
James Dyer: Ollama-Buddy 0.9.35: Grok, Gemini Integration and Enhanced Sessions
https://emacs.dyerdwelling.family/emacs/20250424085731-emacs--ollama-buddy-0-9-35-grok-gemini-integration-enhanced-sessions/
James Dyer: Ollama-Buddy 0.9.35: Grok, Gemini Integration and Enhanced Sessions
https://emacs.dyerdwelling.family/emacs/20250424085731-emacs--ollama-buddy-0-9-35-grok-gemini-integration-enhanced-sessions/
Planet Emacslife
Christian Tietze: Keep .org File Outline Items Sorted Alphabetically
https://christiantietze.de/posts/2025/04/keep-org-mode-items-sorted-alphabetically/
Christian Tietze: Keep .org File Outline Items Sorted Alphabetically
https://christiantietze.de/posts/2025/04/keep-org-mode-items-sorted-alphabetically/
Christian Tietze
Keep .org File Outline Items Sorted Alphabetically
Use org-sort and before-save-hook to keep a file sorted at all times.
Planet Emacslife
The Emacs Cat: Emacs Time Stamp
https://olddeuteronomy.github.io/post/emacs-time-stamp/
The Emacs Cat: Emacs Time Stamp
https://olddeuteronomy.github.io/post/emacs-time-stamp/
olddeuteronomy.github.io
Emacs Time Stamp
Enabling automatic time-stamping in Emacs
System Crafters
Assembling Org Mode Files with Transclusion - System Crafters Live!
https://www.youtube.com/watch?v=6U9wG-pf-aQ
Assembling Org Mode Files with Transclusion - System Crafters Live!
https://www.youtube.com/watch?v=6U9wG-pf-aQ
YouTube
Assembling Org Mode Files with Transclusion - System Crafters Live!
In this stream, we'll take a look at an Emacs package called `org-transclusion` which enables you to dynamically include sections of other files like source code, text files, or Org files into an Org file and have them be updated when the source files change.…
Planet Emacslife
Unwound Stack: eglot-finding-sub-projects
https://www.unwoundstack.com/blog/eglot-finding-sub-projects.html
Unwound Stack: eglot-finding-sub-projects
https://www.unwoundstack.com/blog/eglot-finding-sub-projects.html
Unwoundstack
Telling eglot how to find a sub-project
Un-peeling the mysteries of project-find-functions
👍1