dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 83e355b49dd93d9fc57cfa4e1b3996dd7d18a506
parent e16eda83243774ac5c17ba26e5770d024b72eb1f
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 10 Feb 2023 07:27:04 +0100

Add faces used by C-x v h

Diffstat:
M.emacs.d/eighters-theme.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el @@ -201,6 +201,9 @@ `(ansi-color-bright-white ((t (:foreground ,fg :background ,fg)))) `(button ((t (:inherit eighters-button)))) `(calendar-today ((t (:inverse-video t)))) + `(change-log-date ((t (:inherit eighters-date)))) + `(change-log-email ((t (:inherit (eighters-identity fixed-pitch-serif))))) + `(change-log-name ((t (:inherit eighters-identity)))) `(compilation-column-number ((t (:inherit font-lock-constant-face)))) `(compilation-line-number ((t (:inherit font-lock-constant-face)))) `(compilation-mode-line-exit ((t (:inherit compilation-info))))