emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Jorge A. Alfaro Murillo" <jorge.a.alfaro@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: .emacs (init.el) on Dropbox: Ho to access it?
Date: Fri, 11 Apr 2014 13:37:26 -0400	[thread overview]
Message-ID: <CAMxXW69fa5afv40rnnAqquvd63oLGojircjo2DGDUmydPx8Jmw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 776 bytes --]

             reply	other threads:[~2014-04-11 17:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-11 17:37 Jorge A. Alfaro Murillo [this message]
2014-04-11 18:45 ` .emacs (init.el) on Dropbox: Ho to access it? J. David Boyd
  -- strict thread matches above, loose matches on Subject: below --
2014-01-18 18:44 Renato
2014-01-18 21:05 ` Peter Davis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMxXW69fa5afv40rnnAqquvd63oLGojircjo2DGDUmydPx8Jmw@mail.gmail.com \
    --to=jorge.a.alfaro@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).