Add blamer, for some reason

This commit is contained in:
MitchMarq42 2023-03-08 09:50:37 -09:00
parent 4c9a24e55b
commit 2b57fb323e

View File

@ -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"