From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jorge A. Alfaro Murillo" Subject: Re: .emacs (init.el) on Dropbox: Ho to access it? Date: Fri, 11 Apr 2014 13:37:26 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b6721b0b1599804f6c7ca9d Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYfOe-0000GX-UY for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 13:37:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYfOe-00005t-6P for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 13:37:48 -0400 Received: from mail-pd0-x22f.google.com ([2607:f8b0:400e:c02::22f]:53118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYfOd-00005g-Vg for emacs-orgmode@gnu.org; Fri, 11 Apr 2014 13:37:48 -0400 Received: by mail-pd0-f175.google.com with SMTP id x10so5558154pdj.34 for ; Fri, 11 Apr 2014 10:37:46 -0700 (PDT) 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: emacs-orgmode@gnu.org --047d7b6721b0b1599804f6c7ca9d Content-Type: text/plain; charset=ISO-8859-1 On 1/18/14, 1:44 PM, Renato wrote: > Hi, > I use org mode on two pc: > - windows (from work) > - Debian (at home) > > How can have just one .emacs/init.el file? > > I would store the file on a Dropbox folder that I access from both > devices. > I have several machines and just one .emacs file in Dropbox. I use symbolic links to it in each computer in ~/.emacs >From the terminal do: ln -s /path/to/your/Dropbox/.emacs ~/.emacs I assume windows works the same. If not then put in your windows .emacs a single line with: (load-file /path/to/your/Dropbox/.emacs) Best, Jorge. --047d7b6721b0b1599804f6c7ca9d Content-Type: text/html; charset=ISO-8859-1
On 1/18/14, 1:44 PM, Renato wrote:
> Hi,
> I use org mode on two pc:
> - windows (from work)
> - Debian (at home)
>
> How can have just one .emacs/init.el file?
>
> I would store the file on a Dropbox folder that I access from both
> devices.
>

I have several machines and just one .emacs file in Dropbox. I use symbolic links to it in each computer in ~/.emacs

From the terminal do:
ln -s /path/to/your/Dropbox/.emacs ~/.emacs

I assume windows works the same. If not then put in your windows .emacs a single line with:

(load-file /path/to/your/Dropbox/.emacs)

Best,

Jorge.
--047d7b6721b0b1599804f6c7ca9d--