summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-06 04:35:05 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-06 04:35:05 +0000
commit11adcdfa10397c814e9f4632f9e88326d104d90f (patch)
treea7ba7aaf16f4da16ab635eea8ff46a9a0f47b341 /init.el
parentdb7ae3245d652cf0a964ea82e75a3e05de7b8a12 (diff)
make agenda open in same window again
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 6b75161..8502ca7 100644
--- a/init.el
+++ b/init.el
@@ -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")