[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit 122a40a289 2/3: magit-repolist-mode: Set custom
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/git-commit 122a40a289 2/3: magit-repolist-mode: Set custom group |
Date: |
Tue, 30 Jul 2024 15:59:52 -0400 (EDT) |
branch: elpa/git-commit
commit 122a40a2894d3e60183c107ea1014f503710d9bd
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
magit-repolist-mode: Set custom group
---
lisp/magit-repos.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/magit-repos.el b/lisp/magit-repos.el
index 769f29aa4d..7904486b56 100644
--- a/lisp/magit-repos.el
+++ b/lisp/magit-repos.el
@@ -265,6 +265,7 @@ If it contains \"%s\" then the directory is substituted for
that."
(define-derived-mode magit-repolist-mode tabulated-list-mode "Repos"
"Major mode for browsing a list of Git repositories."
+ :group 'magit-repolist
(setq-local x-stretch-cursor nil)
(setq tabulated-list-padding 0)
(add-hook 'tabulated-list-revert-hook #'magit-repolist-refresh nil t)