[oni-org] Make ‘org-agenda’ restore the window configuration
This commit is contained in:
parent
30426230ed
commit
feb1e0cc09
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; 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\"")
|
||||
|
|
Loading…
Reference in a new issue