[emacs] /o\ Use setq *method* for setting a var.

This commit is contained in:
Sebastian Schulze 2015-11-20 21:07:25 +01:00
parent ed4b7ce921
commit d5029b81eb
1 changed files with 5 additions and 4 deletions

View File

@ -34,10 +34,11 @@
;;; Nice Org alert boxes ;;; Nice Org alert boxes
(setq alert-default-style 'libnotify) (setq alert-default-style 'libnotify)
'(notmuch-search-line-faces ;;; Mail niceties
(setq notmuch-search-line-faces
(quote (quote
(("unread" :weight bold) (("unread" :weight bold :foreground "white" :background "royal blue")
("flagged" :foreground "magenta")))) ("flagged" :foreground "red" :background))))
(provide 'appearance-config) (provide 'appearance-config)
;;; appearance-config.el ends here ;;; appearance-config.el ends here