1
0
Fork 0

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

main
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
(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