summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 36c5020..88b6833 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -123,7 +123,7 @@
(setq org-brain-visualize-default-choices 'all)
(setq org-brain-title-max-length 12)
(setq org-agenda-files '("~/org/"))
- (setq org-agenda-span 7)
+ (setq org-agenda-span 1)
(setq org-agenda-start-with-log-mode t)
(setq org-agenda-start-day "0d")
(setq org-agenda-window-setup 'only-window)