From f7ff0f3fcb9e1242a980969dcc71c7345365be36 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 13 Sep 2021 15:33:39 -0500 Subject: [PATCH] fixing agenda hopefully but not --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 08234494..5fb8ddb6 100644 --- a/README.org +++ b/README.org @@ -1177,7 +1177,7 @@ Part of this config includes some special capture templates for my work as a you (setq org-refile-targets '((org-agenda-files . (:maxlevel . 6)))) - (setq org-agenda-window-setup 'only-window) + (setq org-agenda-window-setup 'current-window) (defun chris/org-agenda () "create a window in AwesomeWM that houses my org-agenda" diff --git a/init.el b/init.el index 0c31eb99..4429ab00 100644 --- a/init.el +++ b/init.el @@ -779,7 +779,7 @@ vertically." (setq org-refile-targets '((org-agenda-files . (:maxlevel . 6)))) - (setq org-agenda-window-setup 'only-window) + (setq org-agenda-window-setup 'current-window) (defun chris/org-agenda () "create a window in AwesomeWM that houses my org-agenda"