summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 795812c..ad4c596 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -118,7 +118,9 @@
(setq org-brain-visualize-default-choices 'all)
(setq org-brain-title-max-length 12)
(setq org-agenda-files '("~/org/"))
- (setq org-agenda-span 'week)
+ (setq org-agenda-span 10)
+ (setq org-agenda-start-with-log-mode t)
+ (setq org-agenda-start-day "0d")
(setq org-agenda-window-setup 'only-window)
(setq org-clock-mode-line-total 'today)
(setq org-duration-format (quote h:mm))