Skip to content

Commit

Permalink
git-commit is now part of magit, and shouldn't be installed directly
Browse files Browse the repository at this point in the history
Fixes #864
  • Loading branch information
purcell committed Sep 4, 2024
1 parent 247d6e1 commit c6916a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lisp/init-git.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@

(maybe-require-package 'magit-todos)

(when (maybe-require-package 'git-commit)
(add-hook 'git-commit-mode-hook 'goto-address-mode))
(add-hook 'git-commit-mode-hook 'goto-address-mode)


;; Convenient binding for vc-git-grep
Expand Down

0 comments on commit c6916a8

Please sign in to comment.