aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Emacs/.config/emacs/config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 87f53cb..2c2e8e8 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -1663,7 +1663,7 @@ Tons of variables for org-mode, including a ton of latex ones.
:defer t
:custom
(org-agenda-files `(,(expand-file-name "~/Text/general.org")))
- (org-agenda-window-setup 'other-frame)
+ (org-agenda-window-setup 'current-window)
(org-edit-src-content-indentation 0)
(org-goto-interface 'outline)
(org-src-window-setup 'current-window)