summary refs log tree commit diff
path: root/emacs.am
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.am')
-rw-r--r--emacs.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs.am b/emacs.am
index be7e77ecd8..d1f4d84243 100644
--- a/emacs.am
+++ b/emacs.am
@@ -36,7 +36,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						\