diff options
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 2 |
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) |