add file location

This commit is contained in:
Firehose Bot 2026-06-28 10:16:02 +02:00
parent 85be71fe1a
commit 98d0debb43
2 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,9 @@
This project has a *zero defects policy*.
When you are unsure about something, ALWAYS ask the user.
You run in a `nono` sandbox. Always ask the user to run commands that require privilege, like docker, sudo or package installation.
# Repository structure
This is an Elixir monorepo with two parts:

View File

@ -94,3 +94,7 @@ Some of my blogposts seem to help other people, which was the stated aim, and it
[Backing up your work to the internet](https://lkml.iu.edu/hypermail/linux/kernel/9607.2/0292.html) is great. I hope you enjoyed this yak shaving adventure.
The rabbit hole of emacs is deep, but removing friction from my workflows is not that onerous. And I needed to tinker with a small bit of code to recover from developing a more conceptual talk and a new workshop.
# Where is the code?
I forgot about that the first time around. For now it lives in [init.el](https://gitea.apps.sustainabledelivery.com/mostalive/firehose/src/branch/main/init.el) in the firehose repository. I want it to load when I open a markdown file in the repository. So it works on my other machines, and in the unlikely event that someone else uses firehose for their blog and uses Emacs to write posts, they should have the code to enjoy images too.