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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a424a397c4..bcb82aa26d 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,4 @@ GTAGS /emacs/guix-autoloads.el /emacs/guix-helper.scm /emacs/guix-init.el +/emacs/guix-profiles.el |