On Apr 1, 11:54 am, Ethan <[email protected]> wrote: > 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").
OK. But could the autoload command: (autoload 'magit-status "magit" nil t) be added to my .emacs (say after the require magit command)? I notice that I have a few autoloads in my .emacs already. I am not concerned with startup time as I use the emacs-server. Bob -- To unsubscribe, reply using "remove me" as the subject.
