Make nm author and read use default face

This commit is contained in:
Adam Goldsmith 2018-12-02 22:41:59 -05:00
parent 2807c96dbf
commit 8670efd6f7
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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