all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Sharing Emacs customization across different workstations?
@ 2009-07-30 16:39 Elena
  2009-07-30 16:50 ` Olivier Sirven
  2009-07-30 17:42 ` Peter Dyballa
  0 siblings, 2 replies; 5+ messages in thread
From: Elena @ 2009-07-30 16:39 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

how would you advice sharing Emacs customization across different
workstations?

I mean, I use Emacs both at work (Windows) and at home (Linux).
Currently, I keep customization locally, and use a USB stick and a
synchronization tool to transfer changes back and forth. I've thought
about using just the USB stick and referencing it from .emacs, but I
fear losing it, whilst local copies get backed up. That's just my
current way of managing things.

Would you advice differently?

Thanks.


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

* Re: Sharing Emacs customization across different workstations?
  2009-07-30 16:39 Sharing Emacs customization across different workstations? Elena
@ 2009-07-30 16:50 ` Olivier Sirven
  2009-07-30 18:02   ` Nurullah Akkaya
       [not found]   ` <mailman.3510.1248976974.2239.help-gnu-emacs@gnu.org>
  2009-07-30 17:42 ` Peter Dyballa
  1 sibling, 2 replies; 5+ messages in thread
From: Olivier Sirven @ 2009-07-30 16:50 UTC (permalink / raw)
  To: help-gnu-emacs

Elena <egarrulo@gmail.com> writes:
Hi,

> how would you advice sharing Emacs customization across different
> workstations?
I use a git repository to store my conf files. Then to deploy or update
my configuration on a host, I just have to update the local copy of the
repository.
It's very easy this way for me to manage.

-- 
Olivier


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

* Re: Sharing Emacs customization across different workstations?
  2009-07-30 16:39 Sharing Emacs customization across different workstations? Elena
  2009-07-30 16:50 ` Olivier Sirven
@ 2009-07-30 17:42 ` Peter Dyballa
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2009-07-30 17:42 UTC (permalink / raw)
  To: Elena; +Cc: help-gnu-emacs


Am 30.07.2009 um 18:39 schrieb Elena:

> how would you advice sharing Emacs customization across different
> workstations?


Have the init and desktop/session files on a network file system from  
some server?

Exchange these files via eMail?


I never developed the idea of having exactly *one* private init file  
everywhere, also using as super-user the same file. There is just a  
huge block of settings that is shared between them... At Easter or  
Christmas I check whether some synching is necessary, and that's all!

--
Greetings

   Pete

’Twas a woman who drove me to drink, and I never had the courtesy to  
thank her for it.
				— W.C. Fields







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

* Re: Sharing Emacs customization across different workstations?
  2009-07-30 16:50 ` Olivier Sirven
@ 2009-07-30 18:02   ` Nurullah Akkaya
       [not found]   ` <mailman.3510.1248976974.2239.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Nurullah Akkaya @ 2009-07-30 18:02 UTC (permalink / raw)
  Cc: help-gnu-emacs

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

On Thu, Jul 30, 2009 at 7:50 PM, Olivier Sirven <the.slaa@gmail.com> wrote:

> Elena <egarrulo@gmail.com> writes:
> Hi,
>
> > how would you advice sharing Emacs customization across different
> > workstations?
> I use a git repository to store my conf files. Then to deploy or update
> my configuration on a host, I just have to update the local copy of the
> repository.
> It's very easy this way for me to manage.
>
> --
> Olivier
>

+1 for get repository.

 All my init files are under a folder called emacs/

in my .emacs there is only one line that loads emacs/init.el
init.el in turn loads all the files settings needed.
That way i can keep 1 os x 2 linux and 2 windows  instances in sync.

-- 
Nurullah Akkaya
http://nakkaya.com

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

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

* Re: Sharing Emacs customization across different workstations?
       [not found]   ` <mailman.3510.1248976974.2239.help-gnu-emacs@gnu.org>
@ 2009-07-30 19:17     ` Sébastien Vauban
  0 siblings, 0 replies; 5+ messages in thread
From: Sébastien Vauban @ 2009-07-30 19:17 UTC (permalink / raw)
  To: help-gnu-emacs-mXXj517/zsQ

Hi,

Nurullah Akkaya wrote:
> On Thu, Jul 30, 2009 at 7:50 PM, Olivier Sirven <the.slaa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> Elena <egarrulo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>> Hi,
>>
>> > how would you advice sharing Emacs customization across different
>> > workstations?
>>
>> I use a git repository to store my conf files. Then to deploy or update
>> my configuration on a host, I just have to update the local copy of the
>> repository.
>> It's very easy this way for me to manage.
>
> +1 for get repository.
>
>  All my init files are under a folder called emacs/
>
> in my .emacs there is only one line that loads emacs/init.el
> init.el in turn loads all the files settings needed.
> That way i can keep 1 os x 2 linux and 2 windows  instances in sync.

Same thing. "Sharing" via a Subversion (or CVS) local "working copy", that I
update as soon as I've committed changes from the other place where it's
deployed.

Seb

-- 
Sébastien Vauban


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

end of thread, other threads:[~2009-07-30 19:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 16:39 Sharing Emacs customization across different workstations? Elena
2009-07-30 16:50 ` Olivier Sirven
2009-07-30 18:02   ` Nurullah Akkaya
     [not found]   ` <mailman.3510.1248976974.2239.help-gnu-emacs@gnu.org>
2009-07-30 19:17     ` Sébastien Vauban
2009-07-30 17:42 ` Peter Dyballa

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.