From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Belohrad Subject: Re: working on cloud Date: Thu, 09 Jan 2014 09:00:30 +0100 Message-ID: References: <52CDA026.4050402@gmail.com> <87fvoxd3lf.fsf@rudin.co.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1AXk-0003T7-7X for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 03:00:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1AXZ-0004I5-Oh for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 03:00:44 -0500 Received: from static-212-101-19-163.adsl.solnet.ch ([212.101.19.163]:36001 helo=server.belohrad.ch) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1AXZ-0004HH-Ak for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 03:00:33 -0500 In-Reply-To: <87fvoxd3lf.fsf@rudin.co.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Paul Rudin , emacs-orgmode@gnu.org I use for all emacs files git with server repository. Then on each computer I'm using emacs with, I just clone that repository. The positive side-effect of this is, that when you need to modify sources for a particular computer, you just create new local branch. Then all 'common' init file tweaks can be done in master branch and it is very easy to merge them into local one if needed.... .d. Paul Rudin writes: > Renato writes: > >> Hi, >> I'm learning emacs (as you probabily know :-)). >> I have: >> - one pc at home (linux Debian) >> - one at work (windows) >> >> I would like to use the same configuration. >> Now, I have my .org file on the cloud (so I can access it from anywhere) >> But I'm starting to edit also the config file: >> on Win it is: >> init.el >> >> on linux is >> emacs >> > > I have a file myinit.el in a dropbox folder. On each machine the local > init file loads that file. It might also have some machine specific > initialisation. myinit.el also has some parts that are conditionally > executed according to operating system.