Alex Kost <alez...@gmail.com> skribis: > Ludovic Courtès (2016-05-09 23:11 +0300) wrote: > >> Alex Kost <alez...@gmail.com> skribis: >> >>> Hello, does anyone use mu4e (emacs interface for 'mu')? If you do, may >>> I ask how? By adding "~/.guix-profile/share/emacs/site-lisp/mu4e" to >>> 'load-path' manually and requiring mu4e? >> >> I don’t use it, but… >> >>> Our Emacs doesn't look in sub-directories of "share/emacs/site-lisp" >>> (only in "guix.d" subdir), so mu4e is not found automatically... >>> I've just thought that it would probably be better to look at site-lisp >>> subdirs and not to use a special "guix.d" directory, but it's for a >>> separate thread. >> >> … I would just move ‘mu4e’ under ‘guix.d’, no? > > Why? magit, geiser, paredit, emms, w3m, wget (and probably some others) > are all in 'site-lisp'. Do you think they also should be moved into > sub-directories? I don't mind but…
Ah no, you’re right. Then at least “mv mu4e/*.el .”? The main problem seems to be this mu4e/ sub-directory. Ludo’.