From 01f338605464159e592053c87afaaa3257a8da25 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 29 Jul 2024 15:22:20 +1200 Subject: [PATCH] emacs: style magit-section-heading --- .emacs.d/init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e414ec1..df8bfda 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -256,6 +256,7 @@ value `italic'." ;; magit (package-install 'magit) +(require 'magit) (global-set-key (kbd "C-c b") 'magit-blame) ;; breadcrumbs @@ -343,7 +344,9 @@ value `italic'." (corfu-current :background ,darkest :box ,accent) (corfu-border :background ,accent) (corfu-bar :background ,accent) - (orderless-match-face-0 :foreground ,accent)))) + (orderless-match-face-0 :foreground ,accent) + (magit-section-heading :family ,varpt :foreground ,accent + :height 1.1)))) ;; custom (setq custom-file "~/.emacs.d/custom.el")