Bob <[email protected]> writes: > > (autoload 'magit-status "magit" nil t) > > be added to my .emacs (say after the require magit command)?
Yes, but if you require magit, you don't need the autoload. You can put the autoload instead of the (require 'magit) -- Rémi Vanicat -- To unsubscribe, reply using "remove me" as the subject.
