Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • Tangentially, if you track your config in version control you can trivially roll back in situations when you break something. I highly recommend doing that. Commented Oct 13, 2021 at 22:32
  • This is the second magit-forge problem reported here in the last couple of days. I would suggest you open an issue at github.com/magit/forge/issues. Commented Oct 14, 2021 at 1:23
  • @NickD ironically I got into this mess while preparing to open an issue. Commented Oct 14, 2021 at 13:14
  • @phils this would mean the contents of my ~/.emacs.d? What a good idea! Commented Oct 14, 2021 at 13:14
  • Absolutely. Not only does it enable you to roll things back, but you can always clone your config in a known working state. Commented Oct 14, 2021 at 13:32