summaryrefslogtreecommitdiff
path: root/home/dots/.emacs
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-11-12 09:21:37 +0200
committerMarc Coquand <marc@mccd.space>2024-11-12 09:21:37 +0200
commitd21b9a9d47895e80cc86a24f94fe3d2a96e86f4b (patch)
tree08c85849b338d4db1cfe29ddbdc83c41df1d3599 /home/dots/.emacs
parent71422d9f107ef0913c5e9336a14ace43c146f89d (diff)
downloadguix-d21b9a9d47895e80cc86a24f94fe3d2a96e86f4b.tar.gz
guix-d21b9a9d47895e80cc86a24f94fe3d2a96e86f4b.tar.bz2
guix-d21b9a9d47895e80cc86a24f94fe3d2a96e86f4b.zip
.
Diffstat (limited to 'home/dots/.emacs')
-rw-r--r--home/dots/.emacs5
1 files changed, 3 insertions, 2 deletions
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))))