Update org-agenda format
This commit is contained in:
parent
e0b73fd7aa
commit
5c9854c665
|
@ -152,10 +152,10 @@
|
|||
(setq org-agenda-sticky t)
|
||||
(setq org-agenda-files '("~/Org/"))
|
||||
(setq org-agenda-prefix-format
|
||||
'((agenda . " %i %-12:c%-12t")
|
||||
(todo . " %i %-24:c")
|
||||
(tags . " %i %-24:c")
|
||||
(search . " %i %-24:c"))))
|
||||
'((agenda . " %i %t %s")
|
||||
(todo . " %i")
|
||||
(tags . " %i")
|
||||
(search . " %i"))))
|
||||
|
||||
;; Set org-roam capture templates
|
||||
(after! org-roam
|
||||
|
|
Loading…
Reference in a new issue