all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* about load paths
@ 2008-06-19 12:52 Rustom Mody
  2008-06-19 14:34 ` Peter Dyballa
  0 siblings, 1 reply; 5+ messages in thread
From: Rustom Mody @ 2008-06-19 12:52 UTC (permalink / raw)
  To: help-gnu-emacs

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

As I understand it, if one has a simple customization file it should be put
into
~/.emacs.  But if there are a lot of customizaitons in many files, it is
recommended to ...
-- put them in ~/.emacs.d
-- put a starting init.el in there which loads anything else /does anything
else

But when I tried moving from .emacs file to a .emacs.d directory containing
an init and other files, *the other files are not found.*
**
That is to say I have to manually put
(add-to-list 'load-path "~/.emacs.d")
in the init.el or else other files there are not found

This seems to defeat the purpose of the emacs.d directory no??

Note: I am sitting on a windows box right now. I dont exactly remember the
behavior on linux but I guess it was more sane.

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

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

end of thread, other threads:[~2008-06-19 16:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-19 12:52 about load paths Rustom Mody
2008-06-19 14:34 ` Peter Dyballa
2008-06-19 14:42   ` Rustom Mody
2008-06-19 15:37     ` Peter Dyballa
2008-06-19 16:01     ` Thierry Volpiatto

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.