Marcin Borkowski writes:

On 2016-01-23, at 19:28, Xebar Saram <zelt...@gmail.com> wrote:
Thanks for the feedback guys! Marcin: do you know of good packages or methods to auto push/pull from emacs each time you save a file (preferably ones that dont require coding skills :-))

Sadly, no. But this shouldn't be too difficult - basically, just put some code to run hg/git/whatever into one of the numerous Emacs hooks. For instance, check out after-save-hook. Alternatively, you could advice a function responsible for actually doing the autosave (do-auto-save - unfortunately, it's written in C and not in Elisp).

You also might want to check git-annex, specifically the assistant: https://git-annex.branchable.com/assistant/

Best,
--
Jorge.


Reply via email to