all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Startup files data in different locations?
@ 2010-04-01  3:09 Ross A. Laird
  2010-04-01 12:00 ` J. David Boyd
  0 siblings, 1 reply; 3+ messages in thread
From: Ross A. Laird @ 2010-04-01  3:09 UTC (permalink / raw)
  To: help-gnu-emacs


I have my .emacs and .gnus in ~/ as usual. I'd like to back them up
using Dropbox. I know that I could store them in my Dropbox folder and
symlink them to ~/, but I wonder if there is a better way. Could I copy
the settings in these files, place them in files in the Dropbox folder,
and then include only the load command for these files in .emacs and
.gnus? This way, I could keep my settings secure and could load them on
my Linux machines and my Mac with a single line in the startup files of
each system. No symlinks (which I am not too familiar with and don't use
much) would be required. So:

On each system, .emacs has one line:

(load-file "/home/ross/Dropbox/emacs_startup.el")
(load-file "/home/ross/Dropbox/gnus_startup.el")

Is this workable?

Cheers.

Ross

-- 
Ross A. Laird, PhD
www.rosslaird.com





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-01 13:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-01  3:09 Startup files data in different locations? Ross A. Laird
2010-04-01 12:00 ` J. David Boyd
2010-04-01 13:57   ` Gary .

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.