diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index af22c13..795812c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -118,7 +118,7 @@ (setq org-brain-visualize-default-choices 'all) (setq org-brain-title-max-length 12) (setq org-agenda-files '("~/org/")) - (setq org-agenda-span 30) + (setq org-agenda-span 'week) (setq org-agenda-window-setup 'only-window) (setq org-clock-mode-line-total 'today) (setq org-duration-format (quote h:mm)) |