diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-06-04 12:02:40 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-06-04 12:02:40 -0500 |
commit | a6af0fd5e567e66c3ec4ad73abe4425d84f60b1a (patch) | |
tree | 0961e2ed7313d4e782c5fda792a89edee600a188 /emacs | |
parent | 2e7cc6f8a24d22da7d52b2524884b79abd973445 (diff) |
2019-06-04 12:02
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)) |