diff options
author | Alex Kost <alezost@gmail.com> | 2014-11-26 01:32:24 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2014-12-02 22:09:22 +0300 |
commit | 3db349cb09844e2770be3d0dee4e990f1228c2b6 (patch) | |
tree | e9bfd03cdb38b69ed4146eae5589a53cd2c7e509 /emacs.am | |
parent | ece9b4173b3e1d266e6171d3af656fbc93b51a8b (diff) | |
download | guix-3db349cb09844e2770be3d0dee4e990f1228c2b6.tar guix-3db349cb09844e2770be3d0dee4e990f1228c2b6.tar.gz |
emacs: Move profiles code to "guix-profiles.el.in".
* emacs/guix-base.el (guix-user-profile, guix-default-profile,
guix-current-profile, guix-profile-prompt, guix-set-current-profile): Move
to...
* emacs/guix-init.el.in (guix-default-profile): Move to...
* emacs/guix-profiles.el.in: ... here. New file.
* configure.ac (AC_CONFIG_FILES): Add "emacs/guix-profiles.el".
* emacs.am (nodist_lisp_DATA): Likewise.
Diffstat (limited to 'emacs.am')
-rw-r--r-- | emacs.am | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |