From 8670efd6f707ac767ff183e10bcc08e469c554f5 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 2 Dec 2018 22:41:59 -0500 Subject: [PATCH] Make nm author and read use default face --- .emacs.d/fred-theme.el | 5 ++++- .emacs.d/init.el | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.emacs.d/fred-theme.el b/.emacs.d/fred-theme.el index c2dbc27..296dc98 100644 --- a/.emacs.d/fred-theme.el +++ b/.emacs.d/fred-theme.el @@ -63,7 +63,10 @@ '(diredp-file-name ((t (:foreground "light grey")))) '(diredp-file-suffix ((t (:foreground "dark gray")))) + '(nm-authors-face ((t (:inherit default)))) + '(nm-read-face ((t (:inherit default)))) + '(column-enforce-face ((((class mono)) :inverse-video t :weight bold :underline t) - (t :background "gray20" :foreground "violet")))) + (t :background "gray20" :foreground "violet")))) (provide-theme 'fred) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 18eb7f4..2d39fc5 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -752,9 +752,6 @@ (shell-command "muchsync ag") (nm-refresh)) - ; Make unread mail more visible - (set-face-underline 'nm-unread-face t) - (setq message-kill-buffer-on-exit t mail-host-address "adamgoldsmith.name" mail-specify-envelope-from t