On Mon, Dec 28, 2015 at 11:15 PM, Alex Kost <alez...@gmail.com> wrote: > Federico Beffa (2015-12-28 01:16 +0300) wrote: > > [...] >> 1. (setq load-path (append '("/usr/local/share/emacs/site-lisp/") load-path)) > > This is very unusual. Why 'append' instead of 'cons'? Anyway an > idiomatic way is: (add-to-list 'load-path "dir")
Alex, this isn't useful. Obviously it's coming from my .emacs file where I add more than one directory... But this is looking at trees for the forest... A useful approach would be to fix the problem such that if a user installs emacs with guix the above steps happen automatically without any user intervention. Fede