emacs: style magit-section-heading

This commit is contained in:
Jeremy Baxter 2024-07-29 15:22:20 +12:00
parent 501ebabdf8
commit 01f3386054

View file

@ -256,6 +256,7 @@ value `italic'."
;; magit ;; magit
(package-install 'magit) (package-install 'magit)
(require 'magit)
(global-set-key (kbd "C-c b") 'magit-blame) (global-set-key (kbd "C-c b") 'magit-blame)
;; breadcrumbs ;; breadcrumbs
@ -343,7 +344,9 @@ value `italic'."
(corfu-current :background ,darkest :box ,accent) (corfu-current :background ,darkest :box ,accent)
(corfu-border :background ,accent) (corfu-border :background ,accent)
(corfu-bar :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 ;; custom
(setq custom-file "~/.emacs.d/custom.el") (setq custom-file "~/.emacs.d/custom.el")