diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-12-10 11:35:31 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-12-10 11:35:31 -0600 |
commit | ae8b112471a69f34b4c2580fecbb3df3fae77710 (patch) | |
tree | 0360927dc32f5e23066ce5cf2c9c359ae52434a2 | |
parent | 1f99b6690941a8063e2e1f4be5633bead2500813 (diff) |
2018-12-10 11:35
-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 |