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

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

Re: How to Reduce Emacs Load Time


From: Chetan
Subject: Re: How to Reduce Emacs Load Time
Date: Sun, 31 Aug 2008 13:01:44 -0700
User-agent: Emacs Gnus

Nikolaj Schumacher <me@nschum.de> writes:

> Emacs already provides a mechanism for that.  I think you can get rid of
> most of these custom commands simply with these lines:
>
> (eval-after-load "ido"
>   '(progn (unless ido-mode
>             (require 'uniquify)
>             (ido-mode 'both))))
>
> regards,
> Nikolaj Schumacher

I had seen a lazy load functionality in tiny-tools package. I haven't used it
because I am not really bothered by load time and didn't want to load yet
another library.

http://www.nongnu.org/emacs-tiny-tools/manual/index-body.html#222

I wonder if anybody is using it.

Chetan


reply via email to

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