Alex Kost <alez...@gmail.com> skribis: > After commit 13fe4891fa247d306e203ee14c6886513bd86b52, Emacs package > includes "site-start.el", and it has a priority over > "/etc/emacs/site-start.el" on GuixSD because "/etc/emacs" is added to > the end of 'load-path'. > > * gnu/system.scm (operating-system-environment-variables): Change > EMACSLOADPATH to prepend "/etc/emacs" to 'load-path' instead of > appending.
[...] > + ;; Prepend the directory of 'site-start.el' to the search path. + “so that it has higher precedence than the ‘site-start.el’ file our Emacs package provides.” OK! Ludo’.