summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
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 e3d8992..34559fe 100644
--- a/init.el
+++ b/init.el
@@ -658,7 +658,7 @@ If failed try to complete the common part with `company-complete-common'"
"~/org/mod.org"
"~/org/notes.org"
"~/org/habits.org")))
-(setq org-agenda-window-setup 'current-window)
+(setq org-agenda-window-setup 'other-window)
(setq org-agenda-start-with-log-mode t)
(setq org-agenda-include-diary nil)
(setq org-agenda-diary-file "~/org/calendar/cal.org")