diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index f4fbe92..b0f8f6d 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -1017,6 +1017,20 @@ Return nil if DIR is not in a hugo project at all." (use-package magit-todos :after magit :init (magit-todos-mode)) +(use-package blamer + :elpaca (:host github :repo "artawower/blamer.el") + :custom + (blamer-view 'overlay) + (blamer-idle-time 10) + (blamer-min-offset 70) + (blamer-prettify-time-p t) + (blamer-show-avatar-p t) + :custom-face + (blamer-face ((t :foreground "#7a88cf" + :background nil + :height 140 + :italic t))) + :commands blamer-show-posframe-commit-info) (use-package hyperbole :elpaca (:files ("*.el"