emacs: Move profiles code to "guix-profiles.el.in".
authorAlex Kost <alezost@gmail.com>
Tue, 25 Nov 2014 22:32:24 +0000 (01:32 +0300)
committerAlex Kost <alezost@gmail.com>
Tue, 2 Dec 2014 19:09:22 +0000 (22:09 +0300)
commit3db349cb09844e2770be3d0dee4e990f1228c2b6
treee9bfd03cdb38b69ed4146eae5589a53cd2c7e509
parentece9b4173b3e1d266e6171d3af656fbc93b51a8b
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.
.gitignore
configure.ac
emacs.am
emacs/guix-base.el
emacs/guix-init.el.in
emacs/guix-profiles.el.in [new file with mode: 0644]