Use machine hostname as identifier for retrieving key from bw.

This commit is contained in:
2025-07-24 14:08:29 +12:00
parent edd55b23fa
commit 2ee44c4120
3 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ Before diving into the technical details, below is a brief summary of how I get
** Code editing
For an editor I primarily rely on [[https://www.gnu.org/software/emacs/][emacs]], specifically [[https://github.com/doomemacs/doomemacs][doom emacs]].
For an editor I primarily rely on [[https://www.gnu.org/software/emacs/][emacs]], specifically [[https://github.com/doomemacs/doomemacs][doom emacs]], running within a terminal.
The main feature that I rely on in emacs is [[https://orgmode.org/][org-mode]]. This allows me to do literate programming, writing my documentation with embedded code blocks that are actually executable or exportable via [[https://orgmode.org/worg/org-contrib/babel/intro.html][babel]].