feat(emacs): BibTeX

This commit is contained in:
Madeleine Sydney
2025-04-13 04:20:09 -06:00
parent 70aa5c6a6b
commit f0ac4c653c
2 changed files with 5 additions and 4 deletions

View File

@@ -42,6 +42,9 @@ in lib.mkMerge [
# under ~/.ssh, rather than the whole directory.
".ssh"
];
files = [
"liography.bib"
];
};
}