[emacs] Pin Fira font + nicer notmuch unread face

This commit is contained in:
Sebastian Schulze 2015-11-17 13:47:01 +01:00
parent 0a5f94aa5a
commit f44b08a7a9
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,8 @@
(rainbow-mode 1)
(rainbow-delimiters-mode)
'(default ((t (:family "Fira Mono" :foundry "CTDB" :slant normal :weight normal :height 113 :width normal))))
(require 'org-bullets)
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
@ -31,5 +33,10 @@
;;; Nice Org alert boxes
(setq alert-default-style 'libnotify)
'(notmuch-search-line-faces
(quote
(("unread" :weight bold)
("flagged" :foreground "magenta"))))
(provide 'appearance-config)
;;; appearance-config.el ends here