From 4805da390e9a9f2a3771fa68599c2a13f17ee03f Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 27 Nov 2021 16:12:21 +0100 Subject: [PATCH] blamer is now listed on MELPA. --- init.d/programming/git.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/init.d/programming/git.el b/init.d/programming/git.el index 8d5ad15..e576fc6 100644 --- a/init.d/programming/git.el +++ b/init.d/programming/git.el @@ -78,10 +78,7 @@ "schlomp.space" forge-gitea-repository)) :hook (prog-mode . forge-bug-reference-setup)) -(use-package blamer - :straight (blamer - :type git - :repo "https://github.com/artawower/blamer.el.git")) +(use-package blamer) (provide 'programming/git) ;;; git.el ends here