From c420d640aad7f75ab12c3544ebc6c017906abb21 Mon Sep 17 00:00:00 2001 From: Paul Provost Date: Wed, 27 Apr 2022 09:45:38 -0400 Subject: [PATCH] Do not strike through org headlines when they are DONE --- petrol-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petrol-theme.el b/petrol-theme.el index 8567c7d..50a6160 100644 --- a/petrol-theme.el +++ b/petrol-theme.el @@ -353,7 +353,7 @@ `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#993d3d") :foreground "#993d3d" :background "#ffdddd")))) `(org-done ((,class (:weight bold :box (:line-width 1 :color "#2e994c") :foreground "#2e994c" :background "#ddffdd")))) - `(org-headline-done ((,class (:height 1.0 :weight normal :strike-through t :foreground "#454545")))) + `(org-headline-done ((,class (:height 1.0 :weight normal :foreground "#454545")))) `(org-date ((,class (:foreground ,petrol-purple)))) `(org-document-title ((,class (:height 1.8 :weight bold :foreground "#454545"))))