Skip to content

Commit

Permalink
tweak(emacs): blamer: font, offset and timing
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 29, 2023
1 parent 6088773 commit dabea53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -465,13 +465,13 @@

(use-package blamer
:custom
(blamer-idle-time 0.3)
(blamer-min-offset 8)
(blamer-idle-time 0.25)
(blamer-min-offset 60)
(blamer-max-commit-message-length 120)
:custom-face
(blamer-face ((t :background nil
:weight semi-light
:italic t)))
:weight normal
:italic nil)))
:config
(global-blamer-mode 1))

Expand Down

0 comments on commit dabea53

Please sign in to comment.