diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-21 20:43:53 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-21 20:43:53 +0200 |
commit | 116f33578791b9645d1cb76fbca2be4d77b36af4 (patch) | |
tree | 05dcfc460beac5e0781edc6a79166244ec1e2f52 /home/dots/.emacs.d/BOGO-theme.el | |
parent | 45eb696bdd8669500d261b34ec7501ccdaf7f186 (diff) | |
download | guix-main.tar.gz guix-main.tar.bz2 guix-main.zip |
Diffstat (limited to 'home/dots/.emacs.d/BOGO-theme.el')
-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")))) |