[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sharing .emacs.d between different hosts: issues with shared elpa fo
From: |
Alexis |
Subject: |
Re: Sharing .emacs.d between different hosts: issues with shared elpa folder |
Date: |
Mon, 26 Jan 2015 00:18:45 +1100 |
Karl Voit writes:
> I read that sharing the elpa folder is not recommended and I guess
> this results in issues like the one above.
>
> I don't want to manage different sets of packages per host. So: how
> do I accomplish working sharing of packages/dot-emacs?
In terms of package management, you could perhaps use Pallet:
https://github.com/rdallasgray/pallet
to create a Cask file which you sync between your various systems, and
then do `pallet-install` and `pallet-update` as required.
Alexis.