Skip to content

Commit

Permalink
tweak(blamer): a little smaller font size
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 10, 2023
1 parent c82ac39 commit 890f6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/me-vc.el
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
"gb" #'blamer-show-posframe-commit-info
"gB" #'blamer-show-commit-info)

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

(with-eval-after-load 'me-writing-mode
(defvar-local +blamer-was-active-p blamer-mode)
Expand Down

0 comments on commit 890f6bb

Please sign in to comment.