diff options
author | Alex Kost <alezost@gmail.com> | 2014-11-30 23:38:43 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2014-12-02 22:09:23 +0300 |
commit | 12f2490aa3b9341e6df9df75bf88d7b2b502376d (patch) | |
tree | b77908ec7556df2358fe129f05c3b3e72c6a532b /emacs.am | |
parent | 3db349cb09844e2770be3d0dee4e990f1228c2b6 (diff) | |
download | guix-12f2490aa3b9341e6df9df75bf88d7b2b502376d.tar guix-12f2490aa3b9341e6df9df75bf88d7b2b502376d.tar.gz |
emacs: Handle autoloading Emacs packages installed with Guix.
* emacs/guix-emacs.el: New file.
* emacs.am (ELFILES): Add it.
* emacs/guix-backend.el (guix-after-repl-operation-hook): Add
'guix-emacs-load-autoloads-maybe'.
* emacs/guix-init.el.in: Autoload emacs packages.
(guix-package-enable-at-startup): New variable.
Diffstat (limited to 'emacs.am')
-rw-r--r-- | emacs.am | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ AUTOLOADS = emacs/guix-autoloads.el ELFILES = \ emacs/guix-backend.el \ emacs/guix-base.el \ + emacs/guix-emacs.el \ emacs/guix-history.el \ emacs/guix-info.el \ emacs/guix-list.el \ |