diff options
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/spacemacs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/spacemacs b/dotfiles/spacemacs index ceed800..38b324e 100644 --- a/dotfiles/spacemacs +++ b/dotfiles/spacemacs @@ -133,6 +133,9 @@ (setq-default fill-column 99) (setq org-tags-column -99) (setq org-agenda-window-setup 'current-window) + (setq org-agenda-start-day "-1d") + (setq org-agenda-span 10) + (setq org-agenda-start-on-weekday nil) (setq powerline-default-separator nil spaceline-org-clock-p t) (setq org-ref-default-bibliography '("~/literature/database.bib") |