mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 04:58:21 +00:00
aea7015cd5
Apparently, the convention (at least starting from 2018) is to make the keywords and block names to be in lowercase as stated from one of the following discussions at https://orgmode.org/list/87tuuw3n15.fsf@nicolasgoaziou.fr/. The files was updated with a one liner of shell. However, this is Emacs and org-mode does have an API to let you do stuff in your config and interact with the documents internally so it is not an elegant solution in any way.
882 B
882 B
Create package definitions for missing dependencies first before the package itself
Certain ecosystems like in Nix package manager with nixpkgs or GNU Guix within their own packages follow a standard (officially) 1 about making sure all dependencies are present first before building the package. Smaller libraries often go through this and so, you need to package the dependencies first. It also helps with creating a global definition for other packages that requires those small libraries.
1
If not, you can freely make build
all you want.