Federico Beffa (2015-06-18 21:32 +0300) wrote: > On Wed, Jun 17, 2015 at 8:21 PM, Alex Kost wrote: >> The code for loading "…-autoloads.el" files is placed in >> "guix-emacs.el", so perhaps it would be enough to adjust: >> >> - 'guix-emacs-find-autoloads' to make it look at subdirs; >> >> - 'guix-emacs-load-autoloads' to add the subdir to 'load-path' before >> loading "…-autoloads.el". > > If you feel like wanting to adapt it yourself, please go on. I have no > experience with elisp apart from trivial things in my ./emacs. file. > > Otherwise, I will look into it. Thanks, I would like to adapt it myself. I think the attached patch should be enough to make the packages installed in "~/.guix-profile/share/emacs/site-lisp/guix.d" be properly autoloaded. I'll push this commit into "wip-emacs" when it appears, if you don't mind.