From 25e8015ccd0f68ba9bd1ae913495688a60071850 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 2 Dec 2020 15:40:35 +0000 Subject: (Emacs)+make org-agenda open on the current window --- Emacs/.config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-13-gbd6f