On Thu, Apr 1, 2010 at 1:50 PM, Óscar Fuentes <[email protected]> wrote:

> Bob <[email protected]> writes:
>
> [snip]
> > Usually I just copy the *.el and *.elc files to a directory on my lisp
> > path and the info files to a directory on my info path and I'm ready
> > to go.  Will this work for magit or is that 50magit.el really need?
>
> I copy magit.el to somewhere on my load-path, add (require 'magit) to
> .emacs and so far it is working.
>

I'd expect this to work. The autoload is just to make emacs startup faster
-- rather than having to run all the contents of magit.el, it just executes
one little command (which says "the first time magit-status is run, load
magit.el").

Ethan


-- 
To unsubscribe, reply using "remove me" as the subject.

Reply via email to