From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: working on cloud
Date: Wed, 08 Jan 2014 14:28:16 -0500 [thread overview]
Message-ID: <87a9f6ff3j.fsf@alphaville.bos.redhat.com> (raw)
In-Reply-To: 52CDA026.4050402@gmail.com
Renato <renato.pontefice@gmail.com> 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
>
on linux, the init file should be named ".emacs" (note the dot in front)
and it should reside in your home directory.
> so...How can I have a centralized instalation of emacs? Or, better: Is
> it possible?
>
One possibility is to call it "init.el" on linux as well, but create
a ".emacs" symbolic link to it:
ln -s init.el .emacs
There are many other ways, but the symlink is probably the simplest.
Nick
next prev parent reply other threads:[~2014-01-08 19:28 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-08 18:59 working on cloud Renato
2014-01-08 19:28 ` Nick Dokos [this message]
2014-01-08 19:32 ` Sam Flint
2014-01-08 21:28 ` Joseph Vidal-Rosset
2014-01-08 23:35 ` John Kitchin
[not found] ` <CAF83ECCdCt8NZK-h5O1t8_M5PytxcvJf71R6csqaBHYLCwM5=A@mail.gmail.com>
2014-01-11 15:38 ` John Kitchin
2014-01-09 7:19 ` Paul Rudin
2014-01-09 8:00 ` David Belohrad
2014-01-09 8:14 ` Paul Rudin
2014-01-09 8:36 ` David Belohrad
2014-01-09 8:48 ` Ian Barton
2014-01-09 15:03 ` Ted Wiles
2014-01-09 15:28 ` Brett Viren
-- strict thread matches above, loose matches on Subject: below --
2014-01-13 11:52 Renato Pontefice
2014-01-13 11:54 ` Bastien
2014-01-14 11:45 ` Renato Pontefice
2014-01-14 12:24 ` Nick Dokos
2014-01-14 12:58 ` Alexander Baier
2014-01-14 7:20 ` Paul Rudin
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=87a9f6ff3j.fsf@alphaville.bos.redhat.com \
--to=ndokos@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).