Bob <[email protected]> writes: > OK. But could the autoload command: > > (autoload 'magit-status "magit" nil t) > > be added to my .emacs
Yes. > (say after the require magit command)? If you add the `autoload' then the `require' is unnecessary (and putting it on your .emacs would defeat the purpose of the `autoload') So add to your .emacs the `autoload' or the `require', but not both. [snip] -- To unsubscribe, reply using "remove me" as the subject.
