summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-01-17 14:28:55 +0100
committerfpi2020-01-29 17:58:06 +0100
commit878e9acbf68ab0224b7858352a1ae7cc5a5c4c9e (patch)
tree1522862d35b0582892d4835e4e9511deff0e0203
parentFix background of dired subtrees (diff)
Remove strike-through from org-*-done faces
Diffstat (limited to '')
-rw-r--r--emacs-init.org9
1 files 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)