diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-06 04:35:05 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-06 04:35:05 +0000 |
commit | 11adcdfa10397c814e9f4632f9e88326d104d90f (patch) | |
tree | a7ba7aaf16f4da16ab635eea8ff46a9a0f47b341 /init.el | |
parent | db7ae3245d652cf0a964ea82e75a3e05de7b8a12 (diff) |
make agenda open in same window again
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -919,7 +919,7 @@ If failed try to complete the common part with `company-complete-common'" "~/org/refile.org" "~/org/mod.org" "~/org/habits.org"))) -(setq org-agenda-window-setup 'other-window) +(setq org-agenda-window-setup 'only-window) (setq org-agenda-start-with-log-mode t) (setq org-agenda-include-diary nil) (setq org-agenda-diary-file "~/org/calendar/cal.org") |