From d21b9a9d47895e80cc86a24f94fe3d2a96e86f4b Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 12 Nov 2024 09:21:37 +0200 Subject: . --- home/dots/.emacs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'home/dots/.emacs') diff --git a/home/dots/.emacs b/home/dots/.emacs index 4726607..b3067bb 100644 --- a/home/dots/.emacs +++ b/home/dots/.emacs @@ -1134,9 +1134,10 @@ '(org-imminent-deadline ((t (:foreground "orangered" :weight bold)))) '(org-agenda-date-today ((t (:weight bold)))) '(org-agenda-date-weekend ((t ()))) - '(help-key-binding ((t (:weight semibold :background "#EEEEE8" :box (:line-width (1 . -1) :color "#AAAAA8"))))) + '(help-key-binding ((t (:weight semibold :background "#EEEEE8" :box (:line-width (1 . -1) :color "#AAAAA8"))))) '(org-agenda-done ((t (:strike-through t :inherit org-time-grid :extend nil)))) - '(org-agenda-structure-filter ((t (:slant italic)))) + '(org-agenda-structure-filter ((t (:slant italic)))) + '(org-scheduled ((t ()))) '(org-done ((t (:strike-through t :weight bold :inherit org-agenda-dimmed-todo-face :extend nil)))) '(org-drawer ((t (:inherit org-tag)))) '(org-todo ((t (:weight bold)))) -- cgit v1.2.3