Pjotr Prins (2016-02-23 13:55 +0300) wrote: > Can some of you share their .emacs config file? I am especially > interested in the guix hacks. Do you pick up the load-path > dynamically? What packages are in your list?
My ".emacs" can be found at <https://github.com/alezost/emacs-config>. Not sure if it could be useful for anyone but me though. I don't have any particular guix hacks, except maybe that I install Emacs packages in a separate guix profile. I don't understand what you mean by "pick up the load-path dynamically". I use about 60 emacs packages, but only 9 of them are managed by Guix; for installing/upgrading the rest I use Quelpa¹ right now. Eventually I'll move to Guix completely to manage my emacs packages; I just have not taken the time to add guix recipes for them. ¹ https://github.com/quelpa/quelpa -- Alex