diff options
author | Marc Coquand <marc@coquand.email> | 2025-01-07 17:52:53 +0100 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2025-01-07 17:52:53 +0100 |
commit | d5ac7d2ef562c276225f6f9019be7b9a00d399a2 (patch) | |
tree | ffed2b816f238b98e785cb64d2f87d9ac4397a1a /home/dots/.emacs.d/BOGO-theme.el | |
parent | 34f3845769670dc5799d60d5201ed8ca637968a5 (diff) | |
download | guix-d5ac7d2ef562c276225f6f9019be7b9a00d399a2.tar.gz guix-d5ac7d2ef562c276225f6f9019be7b9a00d399a2.tar.bz2 guix-d5ac7d2ef562c276225f6f9019be7b9a00d399a2.zip |
.
Diffstat (limited to 'home/dots/.emacs.d/BOGO-theme.el')
-rw-r--r-- | home/dots/.emacs.d/BOGO-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el index d68a25a..bfd0181 100644 --- a/home/dots/.emacs.d/BOGO-theme.el +++ b/home/dots/.emacs.d/BOGO-theme.el @@ -95,7 +95,7 @@ '(org-list-dt ((t (:weight bold)))) '(org-agenda-calendar-event ((t nil))) '(org-drawer ((t :inherit fixed-pitch))) - '(org-hide ((t (:foreground "#FFFFF8")))) + '(org-hide ((t (:foreground "#FFFFF8" :inherit fixed-pitch)))) '(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)))) |