summaryrefslogtreecommitdiff
path: root/emacs.am
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-08-12 21:01:41 +0300
committerAlex Kost <alezost@gmail.com>2015-08-30 18:26:02 +0300
commitd007d8a10cbc3100fe71b61add8eb7723a1c93e8 (patch)
treeb2b1f75d8fe3d9025f84fa7d9f1c5a722335f830 /emacs.am
parent26476d5852f31097994113b88d9c51f1f4378c99 (diff)
downloadguix-patches-d007d8a10cbc3100fe71b61add8eb7723a1c93e8.tar
guix-patches-d007d8a10cbc3100fe71b61add8eb7723a1c93e8.tar.gz
emacs: Add minibuffer readers.
* emacs/guix-read.el: New file. * emacs.am (ELFILES): Add it.
Diffstat (limited to 'emacs.am')
-rw-r--r--emacs.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.am b/emacs.am
index e4266536ce..18ff091c7a 100644
--- a/emacs.am
+++ b/emacs.am
@@ -29,6 +29,7 @@ ELFILES = \
emacs/guix-messages.el \
emacs/guix-pcomplete.el \
emacs/guix-prettify.el \
+ emacs/guix-read.el \
emacs/guix-utils.el \
emacs/guix.el