all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Making a nice .emacs file and configuration
@ 2004-09-21 14:30 Alexandre Russel
  2004-09-22 10:40 ` emacs Fan
  2004-09-23 23:16 ` oliver
  0 siblings, 2 replies; 3+ messages in thread
From: Alexandre Russel @ 2004-09-21 14:30 UTC (permalink / raw)


Hi all,
I have been using Emacs for a while now and my .emacs file start
getting to big. I am trying to find a set up so even in few years
with lots more things in it it would stay clean. Would like advice
from Emacs veteran on how to set up all that. What I am thinking
about doing is:

---.emacs--start--
(setq load-path 
  (cons "~/Emacs/Configurations" 
    (cons "~/Emacs/Extensions" 
      (cons "~/Emacs/DotEmacs" load-path))))
(setq Info-default-directory-list (cons "~/Emacs/Info" Info-default-directory-list))
---.emacs--end----

Then have a Emacs directory with 4 directories inside:

Info: with all the Info from the package I added
DotEmacs: with the information found usually in .emacs such as binding,configuration, macro, myfunction(probably with 1 file per thing)
Extensions: All the package I download(template, w3m-emacs...)
Configurations: All the configuration file for the extensions 

What do you think of it and what should I change so even in few
years I wouldn't have to redo everything again.
Cheers,
Alex

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

end of thread, other threads:[~2004-09-23 23:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-21 14:30 Making a nice .emacs file and configuration Alexandre Russel
2004-09-22 10:40 ` emacs Fan
2004-09-23 23:16 ` oliver

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.