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

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

Re: Speeding up Emacs load time


From: Rasmus
Subject: Re: Speeding up Emacs load time
Date: Mon, 15 Jul 2013 10:15:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Glyn Millington <glyn.millington@gmail.com> writes:

>> In any case, Emacs frequently crashes in Mac and Windows, so that's
>> not an option. 

> One popular technique is not to load packages until you need 'em.  That
> means fewer 'requires' in your .emacs/init.el file and more autoloads. 
>
> See tips 3-5 here!
>
> http://a-nickels-worth.blogspot.co.uk/2007/11/effective-emacs.html
>
> The key function is eval-after-load

And now with-eval-after-load which doesn't need to body to be quoted.

>From the news

* Lisp Changes in Emacs 24.4
** New macro with-eval-after-load.  Like eval-after-load, but better behaved.

–Rasmus

-- 
Enough with the bla bla!




reply via email to

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