diff options
author | Thanos Apollo <[email protected]> | 2024-08-26 06:27:44 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-26 06:28:31 +0300 |
commit | 487d903de1f3f7463206a52cd480d123331e4c7c (patch) | |
tree | 69ca24b015cec3f59e1f56ff13ef296ba3c9cdd5 /manifest.scm | |
parent | 061633adca08d6978a694ad408cb42cda3b11697 (diff) |
New file: Add manifest.scm
* Packages to run 'make'.
Diffstat (limited to 'manifest.scm')
-rw-r--r-- | manifest.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..ce98337 --- /dev/null +++ b/manifest.scm @@ -0,0 +1,3 @@ +;; +(specifications->manifest + (list "make" "texinfo" "emacs" "emacs-org")) |