From d5029b81ebff2e44b86d955ae2cf6fe935abdf0d Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Fri, 20 Nov 2015 21:07:25 +0100 Subject: [PATCH] [emacs] /o\ Use setq *method* for setting a var. --- home/.emacs.d/personal/appearance-config.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/home/.emacs.d/personal/appearance-config.el b/home/.emacs.d/personal/appearance-config.el index 889c350..a01b85e 100644 --- a/home/.emacs.d/personal/appearance-config.el +++ b/home/.emacs.d/personal/appearance-config.el @@ -34,10 +34,11 @@ ;;; Nice Org alert boxes (setq alert-default-style 'libnotify) -'(notmuch-search-line-faces - (quote - (("unread" :weight bold) - ("flagged" :foreground "magenta")))) +;;; Mail niceties +(setq notmuch-search-line-faces + (quote + (("unread" :weight bold :foreground "white" :background "royal blue") + ("flagged" :foreground "red" :background)))) (provide 'appearance-config) ;;; appearance-config.el ends here