emacs: style magit-section-heading
This commit is contained in:
parent
501ebabdf8
commit
01f3386054
1 changed files with 4 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue