diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2023-02-03 19:13:55 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2023-02-03 19:13:55 +0100 |
commit | d2dee34268e6be9c5c64eaca5304f2e0af0d17b6 (patch) | |
tree | a9c00c94aac02f56d16d5fc0ace82fcf8f97349b /aisaka.org | |
parent | 3ecfc1b9ce5f6cb5a9c9310427bde13bede7ab20 (diff) |
Rewrite to-package+output
Diffstat (limited to 'aisaka.org')
-rw-r--r-- | aisaka.org | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -348,7 +348,6 @@ memory without overprovisioning, as well as to prolog the lifetime of SSD. ** TODO String to Package #+begin_src scheme :noweb-ref to-package+output - (compose ; &rest - list - specification->package+output) + (compose list + specification->package+output) #+end_src |