Skip to content

Commit

Permalink
tweak(blamer): make font size 10% smaller than default
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 10, 2023
1 parent e44184f commit fcdf95e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/me-vc.el
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@
:config
(+nvmap!
"gb" #'blamer-show-posframe-commit-info
"gB" #'blamer-show-commit-info))
"gB" #'blamer-show-commit-info)

;; Use 10% smaller font size for blamer's text
(set-face-attribute 'blamer-face nil :height (truncate (* 0.9 (face-attribute 'default :height)))))

(use-package git-timemachine
:straight t
Expand Down

0 comments on commit fcdf95e

Please sign in to comment.