diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-04 08:17:03 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-04 08:17:03 +0200 |
commit | 031317392f50871ebcd74d746432517d646aed70 (patch) | |
tree | cd708454db5bd1c9c58640a958441d73da1ec52c /home/dots | |
parent | 27eb7d2d92a07c633ad06b6f6b5b16948058f10a (diff) | |
download | guix-031317392f50871ebcd74d746432517d646aed70.tar.gz guix-031317392f50871ebcd74d746432517d646aed70.tar.bz2 guix-031317392f50871ebcd74d746432517d646aed70.zip |
.
Diffstat (limited to 'home/dots')
-rw-r--r-- | home/dots/.emacs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs index 68bd8a7..e7f6cc6 100644 --- a/home/dots/.emacs +++ b/home/dots/.emacs @@ -1040,6 +1040,14 @@ '(markdown-inline-code-face ((t (:inherit markdown-code-face)))) '(markdown-pre-face ((t (:inherit markdown-code-face)))) '(mastodon-display-name-face ((t (:inherit nil :weight bold)))) + '(message-header-name ((t (:weight bold)))) + '(message-header-subject ((t (:slant italic)))) + '(message-separator ((t (:foreground "red")))) + '(message-cited-text-1 ((t (:foreground "gray50")))) + '(gnus-header-name ((t (:weight bold)))) + '(gnus-header-content ((t ()))) + '(gnus-header-subject ((t (:slant italic)))) + '(gnus-header-from ((t (:weight bold)))) '(minibuffer-prompt ((t ()))) '(mode-line ((t (:background "#EEEEE8" :foreground "#111111" :box (:line-width (8 . 8) :style flat-button) :overline "white" :underline (:color "#fffff8" :style line :position t) :family "Iosevka Aile")))) '(mode-line-emphasis ((t ()))) |