1
0
Fork 0

[oni-org] Make ‘org-agenda’ restore the window configuration

This commit is contained in:
Tom Willemse 2021-04-25 17:37:58 -07:00
parent 30426230ed
commit feb1e0cc09

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; 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) ;; 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 ;; 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\\'")))) (directory-files "~/documents/org/projects/" t "\\.org\\'"))))
(setq org-agenda-tags-todo-honor-ignore-options t) (setq org-agenda-tags-todo-honor-ignore-options t)
(setq org-agenda-todo-ignore-scheduled 'future) (setq org-agenda-todo-ignore-scheduled 'future)
(setq org-agenda-restore-windows-after-quit t)
(setq org-agenda-custom-commands (setq org-agenda-custom-commands
'(("i" "Inbox" tags "CATEGORY=\"inbox\"") '(("i" "Inbox" tags "CATEGORY=\"inbox\"")