diff options
| author | Blaise Thompson <blaise@untzag.com> | 2019-06-08 14:01:02 -0500 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2019-06-08 14:01:02 -0500 | 
| commit | ba1f7c430babc083b9fb2736c7fd20afcecfad58 (patch) | |
| tree | 60c7d7157bbf8bfb0486322248a4717f58535e7d /emacs | |
| parent | a6af0fd5e567e66c3ec4ad73abe4425d84f60b1a (diff) | |
2019-06-08 14:01
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 4 | 
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)) | 
