From 8998369a4c241ec36c1f63895d60e26f54ef74f4 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 26 Feb 2025 10:53:23 +0100 Subject: [PATCH] Include status column in magit repository listing To see whether repositories have unstaged changes. This makes my `check-git-repos` function kind-of obsolete, which is good :) --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 62dbb09..c9edf83 100644 --- a/init.el +++ b/init.el @@ -1473,6 +1473,8 @@ Note that this workaround is incomplete, as explained in this comment." :custom ((magit-repolist-columns '(("Name" 15 magit-repolist-column-ident ()) + ("S" 1 magit-repolist-column-flag + ()) ("B