branch: elpa/git-commit commit 523c05f5fe76cb7beea1e29bffd1f6cfac713025 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
git-rebase-comment-heading: Fix custom group --- lisp/git-rebase.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/git-rebase.el b/lisp/git-rebase.el index cb1e82d..45d2824 100644 --- a/lisp/git-rebase.el +++ b/lisp/git-rebase.el @@ -137,7 +137,7 @@ (defface git-rebase-comment-heading '((t :inherit font-lock-keyword-face)) "Face for headings in rebase message comments." - :group 'git-commit-faces) + :group 'git-rebase-faces) ;;; Keymaps