diff options
-rw-r--r-- | emacs-init.org | 9 |
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) |