guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (ece9b41 -> a7f862e)


From: Alex Kost
Subject: branch master updated (ece9b41 -> a7f862e)
Date: Tue, 02 Dec 2014 19:10:35 +0000

alezost pushed a change to branch master
in repository guix.

      from  ece9b41   gnu: Add more missing (gnu packages xdisorg) import.
       new  3db349c   emacs: Move profiles code to "guix-profiles.el.in".
       new  12f2490   emacs: Handle autoloading Emacs packages installed with 
Guix.
       new  0b08600   build: emacs-utils: Add 'emacs-generate-autoloads'.
       new  d51cafb   gnu: emacs: Add autoloads for Emacs packages.
       new  a7f862e   doc: emacs: Document autoloading Emacs packages.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                 |    1 +
 configure.ac               |    1 +
 doc/emacs.texi             |   20 ++++++++---
 emacs.am                   |    4 ++-
 emacs/guix-backend.el      |    4 ++-
 emacs/guix-base.el         |   42 +-----------------------
 emacs/guix-emacs.el        |   79 ++++++++++++++++++++++++++++++++++++++++++++
 emacs/guix-init.el.in      |   19 +++++++---
 emacs/guix-profiles.el.in  |   62 ++++++++++++++++++++++++++++++++++
 gnu/packages/emacs.scm     |   31 ++++++++++++++++-
 guix/build/emacs-utils.scm |   10 +++++
 11 files changed, 217 insertions(+), 56 deletions(-)
 create mode 100644 emacs/guix-emacs.el
 create mode 100644 emacs/guix-profiles.el.in



reply via email to

[Prev in Thread] Current Thread [Next in Thread]