emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/diff-hl f6244ab 19/25: Merge pull request #150 from tar


From: Dmitry Gutov
Subject: [elpa] externals/diff-hl f6244ab 19/25: Merge pull request #150 from tarsiiformes/custom-group
Date: Sun, 20 Dec 2020 05:07:04 -0500 (EST)

branch: externals/diff-hl
commit f6244abebd23372f1fa0f8bc8a15b2587c090427
Merge: 2281a89 d1b9a2b
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #150 from tarsiiformes/custom-group
    
    Add global-diff-hl-amend-mode to diff-hl custom group
---
 diff-hl-amend.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/diff-hl-amend.el b/diff-hl-amend.el
index defb3f4..dd32d4d 100644
--- a/diff-hl-amend.el
+++ b/diff-hl-amend.el
@@ -57,7 +57,8 @@ Currently only supports Git, Mercurial and Bazaar."
 
 ;;;###autoload
 (define-globalized-minor-mode global-diff-hl-amend-mode diff-hl-amend-mode
-  turn-on-diff-hl-amend-mode)
+  turn-on-diff-hl-amend-mode
+  :group 'diff-hl)
 
 (defun turn-on-diff-hl-amend-mode ()
   "Turn on `diff-hl-amend-mode' in a buffer if appropriate."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]