all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Change .emacs directory in Ubuntu
@ 2013-09-04 20:37 kishore.r.318
  2013-09-04 22:24 ` Peter Dyballa
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: kishore.r.318 @ 2013-09-04 20:37 UTC (permalink / raw)
  To: help-gnu-emacs


Currently my .emacs file is found in /home So is my .emacs.d folder and I suppose some other files like diary, notes etc will be created in this folder.

I find this really messy and I want all my emacs related files(including the .emacs) and folders in a single folder, say /home/EmacsHome

How do I do that in Ubuntu 12.04? In windows I did this by setting an environment variable HOME to the path of EmacsHome. But, in Ubuntu, the HOME variable will be used for several other programs as well, so I dont want to change that.


^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: Change .emacs directory in Ubuntu
@ 2013-09-05 10:41 Vilibald Wanca
  0 siblings, 0 replies; 18+ messages in thread
From: Vilibald Wanca @ 2013-09-05 10:41 UTC (permalink / raw)
  To: help-gnu-emacs

> in Ubuntu, the HOME variable will be used for several other programs as well, so I dont want to change that.

Hi,
if I understand it correctly you'd like to have a single directory
with all the emacs related stuff.
Best solution I've come up with so far is to have a emacs directory in
my home and the .emacs is actually just symlink to
~/emacs/thismachine.el I work on different computers so I'm using
different init files for each of them. General settings which are not
machine specific are in separate files. This way all settings and any
other data are in one directory which I've got in version control and
can easily synchronise over different machines. `it also involves
setting up some variables in the init file like separate
custom-sesttings, dictionaries load paths and so.
Would this be a solution for you?

vilda



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

end of thread, other threads:[~2013-09-05 16:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-04 20:37 Change .emacs directory in Ubuntu kishore.r.318
2013-09-04 22:24 ` Peter Dyballa
2013-09-04 22:45   ` Kishore Rathinavel
2013-09-04 22:58     ` Peter Dyballa
2013-09-04 23:12       ` Kishore Rathinavel
2013-09-05  0:22         ` Peter Dyballa
2013-09-05  1:43           ` Kishore Rathinavel
2013-09-05  8:40             ` Peter Dyballa
2013-09-05 16:34             ` Suvayu Ali
     [not found]           ` <mailman.1329.1378345390.10748.help-gnu-emacs@gnu.org>
2013-09-05  2:47             ` Rustom Mody
2013-09-04 23:35 ` Steven Knight
2013-09-05  0:35 ` Suvayu Ali
     [not found] ` <mailman.1321.1378333498.10748.help-gnu-emacs@gnu.org>
2013-09-05  9:11   ` Joost Kremers
2013-09-05  9:19 ` Joost Kremers
2013-09-05  9:31   ` Eli Zaretskii
2013-09-05  9:32   ` Peter Dyballa
2013-09-05 16:58     ` Kishore Rathinavel
  -- strict thread matches above, loose matches on Subject: below --
2013-09-05 10:41 Vilibald Wanca

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.