[oni-org] Enable ‘org-agenda-log-mode’ by default in Org agendas
This will show when I've marked items as done and when I've logged time on tasks.
This commit is contained in:
parent
946cb1a3fd
commit
76bffd107c
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2022.0204.152141
|
||||
;; Version: 2022.0224.190643
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti mixed-pitch)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -565,6 +565,7 @@ also move point to the start of the heading."
|
|||
(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-start-with-log-mode t)
|
||||
|
||||
(setq org-agenda-custom-commands
|
||||
'(("i"
|
||||
|
|
Loading…
Reference in a new issue