A few cases of literate configuration

1 · Korytov Pavel · Feb. 12, 2022, midnight
A post that arose from the discussion of literate configuration on the System Crafters Discord. I am using the literate configuration strategy (based on Emacs’ Org Mode) to manage most of my configuration files. A piece of such a configuration can be as simple as an Org file, which is tangled to one or many plain-text configuration files, but it can be more. In my opinion, a literate configuration can be more straightforward and concise than a “normal” one, thanks to Org Mode’s capabilities of w...