doc: Make "Application Setup" more prominent.
[jackhill/guix/guix.git] / emacs.am
index 9279078..372b33e 100644 (file)
--- a/emacs.am
+++ b/emacs.am
@@ -21,10 +21,13 @@ 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-pcomplete.el                      \
+  emacs/guix-prettify.el                       \
   emacs/guix-utils.el                          \
   emacs/guix.el
 
@@ -35,7 +38,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                                         \