diff options
Diffstat (limited to '')
-rw-r--r-- | home/dots/.emacs.d/BOGO-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el index 31f6760..12d95e8 100644 --- a/home/dots/.emacs.d/BOGO-theme.el +++ b/home/dots/.emacs.d/BOGO-theme.el @@ -76,11 +76,11 @@ '(org-agenda-calendar-event ((t nil))) '(org-drawer ((t nil))) '(org-hide ((t (:foreground "#FFFFF8")))) - '(org-done ((t (:inherit (org-agenda-dimmed-todo-face fixed-pitch) :strike-through t :extend nil :weight bold)))) + '(org-done ((t (:inherit (org-agenda-dimmed-todo-face fixed-pitch) :strike-through nil :extend nil :weight bold)))) '(org-todo ((t (:weight bold :inherit fixed-pitch)))) '(org-checkbox ((t (:weight bold :inherit fixed-pitch)))) '(org-priority ((t (:inherit fixed-pitch)))) - '(org-headline-done ((t (:strike-through t :inherit org-agenda-dimmed-todo-face)))) + '(org-headline-done ((t (:inherit org-agenda-dimmed-todo-face)))) '(org-level-1 ((t (:inherit outline-1 :extend nil :weight regular)))) '(org-tag ((t (:foreground "gray70")))) '(org-time-grid ((t (:foreground "gray")))) |