emacs: Make "guix-emacs.el" independent.
authorAlex Kost <alezost@gmail.com>
Sat, 2 Jan 2016 13:52:39 +0000 (16:52 +0300)
committerAlex Kost <alezost@gmail.com>
Wed, 13 Jan 2016 14:56:14 +0000 (17:56 +0300)
commite4e2154644ecf76ea02a50304c1405c00c9ffdd1
treefc3d7ca0d78ded16d517a673cd838f4f19ed8df9
parent08207339aadd45630179f18fa45da1726f476ed9
emacs: Make "guix-emacs.el" independent.

"guix-emacs.el" may be used just for "instructing" Emacs where to find
Emacs packages installed with Guix, so it should have as few
dependencies as possible.

See <http://lists.gnu.org/archive/html/guix-devel/2016-01/msg00022.html>.

* emacs/guix-emacs.el: Require 'guix-profiles' optionally.
  (guix-emacs-load-autoloads): Use 'guix-profile-prompt' only if it is
  available.
emacs/guix-emacs.el