help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: An alternative to a monolithic ~/.emacs init file


From: Tom Tromey
Subject: Re: An alternative to a monolithic ~/.emacs init file
Date: Sat, 10 Nov 2007 10:13:47 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux)

>>>>> ">" == rustom  <rustompmody@gmail.com> writes:

>> This way the .emacs can be nothing more than the two lines
>> (load-loaddefs-from-directory "~/elisp/lib")
>> (load-customizations-from-directory "~/elisp/lib")
>> And there are no superfluous file traversals at emacs startup time

>> Knowing emacs and its community I guess this functionality is already
>> available!

>> Question is what is it called :-)

ELPA works this way, more or less.  It isn't as simple as "drop in
some elisp and work", since it provides some other features that
require a bit more metadata.  But, the basic idea is the same: extract
autoloads and byte-compile at package install time; and read the
minimal number of files and only evaluate autoloads at package
evaluation time.

For more info:

    http://tromey.com/elpa/

There are some other, more minimal, elisp install packages.  They are
listed on the wiki.

Tom





reply via email to

[Prev in Thread] Current Thread [Next in Thread]