diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-02 20:25:38 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-02 20:25:38 +0200 |
commit | bc989cad9db883914868470347bf1a0fd0e5f7bd (patch) | |
tree | d701fa4b03b5ee8d1919b16a3813b0bfd69405fd /home | |
parent | b02f7dce7d11ad1a0a854781468830f80d2a2260 (diff) | |
download | guix-bc989cad9db883914868470347bf1a0fd0e5f7bd.tar.gz guix-bc989cad9db883914868470347bf1a0fd0e5f7bd.tar.bz2 guix-bc989cad9db883914868470347bf1a0fd0e5f7bd.zip |
.
Diffstat (limited to 'home')
-rw-r--r-- | home/dots/.emacs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs index e9436eb..95aa554 100644 --- a/home/dots/.emacs +++ b/home/dots/.emacs @@ -994,6 +994,7 @@ '(org-agenda-date-weekend ((t ()))) '(help-key-binding ((t (:weight semibold :background "#EEEEE8" :box (:line-width (1 . -1) :color "#AAAAA8"))))) '(org-agenda-done ((t (:strike-through "on" :inherit org-time-grid :extend nil)))) + '(org-agenda-structure-filter ((t (:slant italic)))) '(org-done ((t (:strike-through "on" :weight bold :inherit org-agenda-dimmed-todo-face :extend nil)))) '(org-todo ((t (:weight bold)))) '(org-headline-done ((t (:strike-through "on" :inherit org-agenda-dimmed-todo-face :extend nil)))) |