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-sticky t)
|
||||||
(setq org-agenda-files '("~/Org/"))
|
(setq org-agenda-files '("~/Org/"))
|
||||||
(setq org-agenda-prefix-format
|
(setq org-agenda-prefix-format
|
||||||
'((agenda . " %i %-12:c%-12t")
|
'((agenda . " %i %t %s")
|
||||||
(todo . " %i %-24:c")
|
(todo . " %i")
|
||||||
(tags . " %i %-24:c")
|
(tags . " %i")
|
||||||
(search . " %i %-24:c"))))
|
(search . " %i"))))
|
||||||
|
|
||||||
;; Set org-roam capture templates
|
;; Set org-roam capture templates
|
||||||
(after! org-roam
|
(after! org-roam
|
||||||
|
|
Loading…
Reference in a new issue