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

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

faster emacs startup, can I postpone package loading?


From: David Reitter
Subject: faster emacs startup, can I postpone package loading?
Date: Tue, 3 Jan 2006 11:05:36 +0000

Is there some simple way that I can make all this (exciting) loading
take place in the few seconds after I get my prompt and am working on
my files?

Two techniques will serve that purpose.
Take a look at `autoload' (use the built-in documentation or Google), which loads packages when they are needed.

Also, you can load your stuff and dump a saved state. This is described in the Emacs (Lisp) Reference Manual, e.g. under "Building Emacs". This will, however, only work for some packages and is probably going to be much more tricky for you.


Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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