aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-08-28 00:17:38 +1000
committerYuchen Pei <id@ypei.org>2023-08-28 00:17:38 +1000
commit296c05bc4d8b4f2b33b899c862c00dd362902a88 (patch)
tree1811974a5edc122218390a9e24d0f83e576922a9 /emacs
parent0437880663adb81d9f114cd1d7a5ea40d0b1ae97 (diff)
minor fix
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init/ycp-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el
index d18b9f6..49869f6 100644
--- a/emacs/.emacs.d/init/ycp-org.el
+++ b/emacs/.emacs.d/init/ycp-org.el
@@ -176,7 +176,7 @@
(setq org-agenda-custom-commands
`(("A" "Agenda and next"
((agenda ""
- ((org-agenda-span 'week)
+ ((org-agenda-span 10)
;; only works when `org-agenda-start-on-weekday'
;; is nil
(org-agenda-start-day "-2d")))