From 4120de7619b4703ae75bb40f198d1674ea7e07e0 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 1 Nov 2024 21:11:53 +0100 Subject: [PATCH] Do not explicitly install git-commit.el any longer It now comes directly with magit. --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index e2dcb5a..d02536a 100644 --- a/init.el +++ b/init.el @@ -1395,7 +1395,6 @@ Note that this workaround is incomplete, as explained in this comment." (use-package git-commit :commands (global-git-commit-mode) - :ensure t :init (setq git-commit-style-convention-checks '(non-empty-second-line overlong-summary-line)) :config (add-hook 'git-commit-setup-hook