aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-05-30 13:55:59 -0600
committerKenny Ballou <kb@devnulllabs.io>2022-05-30 13:55:59 -0600
commit832ade2c5a5ce802475074749c96382fbed11b7c (patch)
treec6fc0f088f4c7feda1f5ee0ccb2802fbee734162 /manifest.scm
parenta379da7340962a75b7bab0ee49679bc08fbebf47 (diff)
downloaddotfiles-832ade2c5a5ce802475074749c96382fbed11b7c.tar.gz
dotfiles-832ade2c5a5ce802475074749c96382fbed11b7c.tar.xz
manifest: add emacs for build process
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.scm b/manifest.scm
index df90ac81..312f1df1 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -1,4 +1,5 @@
(specifications->manifest
- '("make"
+ '("emacs-no-x"
+ "make"
"man-db"
"info-reader"))