First #Emacs article on Emacs Redux this year - "Emacs and XDG sitting on a tree" https://emacsredux.com/blog/2025/01/12/emacs-and-xdg-sitting-on-a-tree/
Who's already using the XDG support in Emacs?
@bbatsov I've been figting againt the littering of files in ~/.config/emacs. It's difficult, but I've moved most thing the XDG dirs.
(require 'xdg)
It helps, so you don't have to set env vars or read them yourself.
@bbatsov I recently switched Emacs to XDG dirs. Mostly using a single init.el and use-package with :config. CIDER user as well:)
@bbatsov I do, ’cause it already existed by ðe time I started.