build-system/python: Add handling of 'propagated-inputs' in
[jackhill/guix/guix.git] / emacs.am
index 9279078..a43168e 100644 (file)
--- a/emacs.am
+++ b/emacs.am
@@ -21,10 +21,12 @@ AUTOLOADS = emacs/guix-autoloads.el
 ELFILES =                                      \
   emacs/guix-backend.el                                \
   emacs/guix-base.el                           \
+  emacs/guix-emacs.el                          \
   emacs/guix-history.el                                \
   emacs/guix-info.el                           \
   emacs/guix-list.el                           \
   emacs/guix-messages.el                       \
+  emacs/guix-prettify.el                       \
   emacs/guix-utils.el                          \
   emacs/guix.el
 
@@ -35,7 +37,8 @@ dist_lisp_DATA =                              \
   $(AUTOLOADS)
 
 nodist_lisp_DATA =                             \
-  emacs/guix-init.el
+  emacs/guix-init.el                           \
+  emacs/guix-profiles.el
 
 $(AUTOLOADS): $(ELFILES)
        $(EMACS) --batch --eval                                         \