From 878e9acbf68ab0224b7858352a1ae7cc5a5c4c9e Mon Sep 17 00:00:00 2001 From: fpi Date: Fri, 17 Jan 2020 14:28:55 +0100 Subject: Remove strike-through from org-*-done faces --- emacs-init.org | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/emacs-init.org b/emacs-init.org index 7803b64..245bb2d 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -479,9 +479,8 @@ The above macro can be used like this. :background ,bg-dark) nil) (org-headline-done - (:strike-through t) - (:family ,et-font - :strike-through t)) + (nil) + (:family ,et-font)) (org-quote (:background ,bg-dark :family ,sans-mono-font) @@ -580,10 +579,8 @@ The above macro can be used like this. nil) (org-agenda-done (:inherit nil - :strike-through t :foreground ,doc) - (:strike-through t - :foreground ,doc)) + (:foreground ,doc)) (org-ellipsis (:underline nil :foreground ,comment) -- cgit v1.2.3