gnu: emacs-minimal: Install the custom site-start file.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sun, 22 Mar 2020 16:46:39 +0000 (12:46 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 23 Mar 2020 01:17:39 +0000 (21:17 -0400)
commit393c5e69281d997b345362626d7ffb988ab862f6
tree321e2bf3f83a915de50f5e475bfeba3e879b658e
parent3bd3a6257f33901ca66183b17f03f1dc6a059067
gnu: emacs-minimal: Install the custom site-start file.

This makes the EMACS-MINIMAL package more generally useful, by adding support
to load autoload definitions.  Note that this doesn't negatively impact the
performance of the emacs-build-system, because at that time the --quick option
is used, which disables loading site-start.el (which is the one calling
GUIX-EMACS-AUTOLOAD-PACKAGES).

* gnu/packages/emacs.scm (emacs-minimal)[phases]: Do not delete the
'install-site-start phase.
[inputs]: Add the emacs/guix-emacs.el auxiliary file.
gnu/packages/emacs.scm