From be65bf20f20e71061a05dc21a7d668daaad1b7b3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 28 Oct 2021 21:46:16 +0200 Subject: [PATCH] Add blamer. --- init.d/programming/git.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.d/programming/git.el b/init.d/programming/git.el index 592e8f5..8d5ad15 100644 --- a/init.d/programming/git.el +++ b/init.d/programming/git.el @@ -78,5 +78,10 @@ "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")) + (provide 'programming/git) ;;; git.el ends here