diff options
author | Thanos Apollo <[email protected]> | 2024-12-10 16:31:55 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-12-10 17:11:47 +0200 |
commit | 710340b5f29d1baf3ce19e1e87a1bc77a66204ad (patch) | |
tree | 61be3c8e18a678278aa11553b4dc7a5fd0062c59 | |
parent | b27b930f3efa0ba1f3a669ff5a5a9bedae6c25cc (diff) |
manifest: Use emacs-minimal.
-rw-r--r-- | manifest.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.scm b/manifest.scm index ce98337..3792cd6 100644 --- a/manifest.scm +++ b/manifest.scm @@ -1,3 +1,3 @@ ;; (specifications->manifest - (list "make" "texinfo" "emacs" "emacs-org")) + (list "make" "texinfo" "emacs-minimal" "emacs-org" "emacs-emacsql")) |