From: George Hartzell <hartzell@alerce.com>
To: "M.R.P. zensky" <wintermute24x7@icloud.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Using emacs in Multiple OS"s and multiple computers
Date: Wed, 3 Jul 2019 18:17:55 -0700 [thread overview]
Message-ID: <23837.21443.498767.976041@alice.local> (raw)
In-Reply-To: <354C947E-1341-4E9E-B77E-081B721CCAE4@icloud.com>
M.R.P. zensky via help-gnu-emacs writes:
> Hello I have a Mac book and Mac Pro Desktop both systems have dual
> boot Mac and Ubuntu. Any thoughts on how to set up emacs so that it
> will sync with my different systems. Maybe to make it more simple
> to just use emacs in Ubuntu. I have an external hard drive that is
> visible in any of the Operating systems. Any Ideas on how best to
> use emacs with this config?
Seems there are a couple of parts to this:
- You need a setup that will work across all of your OS/environments,
only loading things when appropriate. This is mostly just taking
care with what you use where/when. E.g. I only load my email bits
on my laptop.
- Keep your configuration in a VCS (e.g. git, perhaps on GitHub) and
keep the various clones of the repository in sync with pushes/pulls
as appropriate.
My config is a personalized version of sjrmannings' .emacs.d[1].
It's a really nice framework on which to hang things. I always smile
when a remember why I have files and things that start with `sm`....
straight.el[2], which sjrmannings' config uses, extends use-package a
bit and provides a wonderful amount of power for running
customized/fixed versions of packages.
g.
[1]: https://github.com/sjrmanning/.emacs.d
[2]: https://github.com/raxod502/straight.el
prev parent reply other threads:[~2019-07-04 1:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-03 22:56 Using emacs in Multiple OS"s and multiple computers M.R.P. zensky via help-gnu-emacs
2019-07-03 23:42 ` Emanuel Berg via help-gnu-emacs
2019-07-04 1:17 ` George Hartzell [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=23837.21443.498767.976041@alice.local \
--to=hartzell@alerce.com \
--cc=help-gnu-emacs@gnu.org \
--cc=wintermute24x7@icloud.com \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.