From feb1e0cc09f56305c73e75235cc7ff1f43581763 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 25 Apr 2021 17:37:58 -0700 Subject: [PATCH] =?UTF-8?q?[oni-org]=20Make=20=E2=80=98org-agenda=E2=80=99?= =?UTF-8?q?=20restore=20the=20window=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-org/oni-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 970d5a0..faf34a9 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0418.161240 +;; Version: 2021.0425.173616 ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-journal) ;; This program is free software; you can redistribute it and/or modify @@ -364,6 +364,7 @@ also move point to the start of the heading." (directory-files "~/documents/org/projects/" t "\\.org\\'")))) (setq org-agenda-tags-todo-honor-ignore-options t) (setq org-agenda-todo-ignore-scheduled 'future) +(setq org-agenda-restore-windows-after-quit t) (setq org-agenda-custom-commands '(("i" "Inbox" tags "CATEGORY=\"inbox\"")