branch: externals/diff-hl
commit f6244abebd23372f1fa0f8bc8a15b2587c090427
Merge: 2281a89 d1b9a2b
Author: Dmitry Gutov <dgu...@yandex.ru>
Commit: GitHub <nore...@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