From 045120fc98523892ec2dc6c6e1136dd92bc37ee3 Mon Sep 17 00:00:00 2001 From: Scott Frazer Date: Thu, 15 Mar 2012 21:59:27 -0400 Subject: [PATCH] More OS X tweaks --- darwin.el | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/darwin.el b/darwin.el index dacb3987..a7842901 100644 --- a/darwin.el +++ b/darwin.el @@ -25,17 +25,17 @@ (load-theme 'whiteboard) -(setq-default org-priority-faces '((?A . (:foreground "IndianRed3" :weight bold)) - (?B . (:foreground "SteelBlue3" :weight bold)) - (?C . (:foreground "SpringGreen3" :weight bold))) - org-todo-keyword-faces '(("TODO" . (:foreground "Red3" :weight bold)) - ("STARTED" . (:foreground "Blue" :weight bold)) - ("WAITING" . (:foreground "Orange3" :weight bold)) - ("DONE" . (:foreground "Green4" :weight bold)) - ("MAYBE" . (:foreground "Cyan4" :weight bold)) - ("SOMEDAY" . (:foreground "Cyan4" :weight bold)) - ("CANCELED" . (:foreground "Green4" :weight bold)) - ("REASSIGNED" . (:foreground "Green4" :weight bold)))) +(setq-default org-priority-faces '((?A . (:foreground "IndianRed3")) + (?B . (:foreground "SteelBlue3")) + (?C . (:foreground "SpringGreen3"))) + org-todo-keyword-faces '(("TODO" . (:foreground "Red3")) + ("STARTED" . (:foreground "Blue")) + ("WAITING" . (:foreground "Orange3")) + ("DONE" . (:foreground "Green4")) + ("MAYBE" . (:foreground "Cyan4")) + ("SOMEDAY" . (:foreground "Cyan4")) + ("CANCELED" . (:foreground "Green4")) + ("REASSIGNED" . (:foreground "Green4")))) (eval-after-load "org" '(progn (set-face-foreground 'org-tag "RoyalBlue1") @@ -43,4 +43,4 @@ (set-face-foreground 'org-checkbox-statistics-done "Green4") (set-face-foreground 'org-special-keyword "DarkOrange4") (set-face-foreground 'org-date "DeepSkyBlue4") - (set-face-foreground 'org-document-title "gold4")) + (set-face-foreground 'org-document-title "gold4")))