branch: scratch/dired-git-info
commit 1c4ff64889123a75324077106d572437d9ee9479
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Remove redundant :group declarations
---
dired-git-info.el | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dired-git-info.el b/dired-git-info.el
index 3a8ff39..f42ce63 100644
--- a/dired-git-info.el
+++ b/dired-git-info.el
@@ -36,15 +36,13 @@
(defface dgi-commit-message-face
'((t (:inherit font-lock-comment-face)))
- "Face for commit message overlays."
- :group 'dired-git-info)
+ "Face for commit message overlays.")
(defcustom dgi-auto-hide-details-p t
"If details should get hidden automatically.
Uses function `dired-hide-details-mode' to hide details when showing git
info."
- :group 'dired-git-info
:type 'boolean)
(defcustom dgi-commit-message-format "%s\t%cr"
@@ -76,7 +74,6 @@ are (see git-log PRETTY FORMATS for all):
· %s: subject
· %f: sanitized subject line, suitable for a filename"
- :group 'dired-git-info
:type 'string)
(defvar-local dgi--commit-ovs nil