diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 4dea962..e2a9246 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -116,6 +116,7 @@ (setq org-brain-title-max-length 12) (setq org-agenda-files '("~/org/" "~/org/wright/" "~/org/madison/")) (setq org-agenda-span 30) + (setq org-agenda-window-setup 'only-window) ) ;; spaceline |