From 116f33578791b9645d1cb76fbca2be4d77b36af4 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Thu, 21 Nov 2024 20:43:53 +0200 Subject: . --- home/dots/.emacs.d/BOGO-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/dots/.emacs.d') 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")))) -- cgit v1.2.3