Hi Chris,
> I've been learning to use Magit more and more, and I really enjoy it. > However, I've noticed that it takes a very long time (minutes) to give > control back to me when I run "M-x magit-status" in my Guix checkout. > > Am I doing something wrong? Is there a way to avoid this slowdown? Run “git checkout -- po” to undo the automatically generated changes to the “po” directory, which in my experience is responsible for the slow down. -- Ricardo