[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] scratch/dired-git-info 1c4ff64 23/33: Remove redundant :group dec
From: |
Clemens Radermacher |
Subject: |
[elpa] scratch/dired-git-info 1c4ff64 23/33: Remove redundant :group declarations |
Date: |
Sun, 17 Feb 2019 13:03:31 -0500 (EST) |
branch: scratch/dired-git-info
commit 1c4ff64889123a75324077106d572437d9ee9479
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>
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
- [elpa] scratch/dired-git-info 2374729 06/33: Update config instructions, (continued)
- [elpa] scratch/dired-git-info 2374729 06/33: Update config instructions, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 03c1711 19/33: Fixes according to checkdoc, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 2d57f89 12/33: Check for non existing files, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info e4090fa 01/33: Initial commit, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 23b3d1e 18/33: Improve auto hide details, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info f7b5920 26/33: Improve dgi--get-commit-messages, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 2e986ce 25/33: Allow command to run for dired derived modes, as well, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 11a6cce 05/33: Update install instructions, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 7803b82 16/33: Only mention some common options for message format docstring, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info f2117c8 28/33: Add .gitignore, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 1c4ff64 23/33: Remove redundant :group declarations,
Clemens Radermacher <=
- [elpa] scratch/dired-git-info cd60dd4 33/33: Check visible part of file names for right formatting, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 3280075 22/33: Update descriptions, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 069695c 10/33: Update screenshot, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 51135d8 07/33: Use actual displayed width of filename to determine spacing, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 16c7a1a 15/33: Hide details when showing git info, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 2ea5107 29/33: Rephrase commentary, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info b5551e7 30/33: Convert entry command to minor mode, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 7755019 32/33: Get commit info from real file name, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info f539ba5 08/33: Align message parts of commit messages, Clemens Radermacher, 2019/02/17
- [elpa] scratch/dired-git-info 8afe378 09/33: Update docstring for message format, Clemens Radermacher, 2019/02/17