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