This commit is contained in:
Sakooooo 2024-01-09 21:19:56 +04:00
parent abe08f7537
commit 6161d6448e
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -663,6 +663,15 @@ Cause emacs overlay lol
("note" . ?n)
("idea" . ?i)))
;; should be less distracting
(setq org-agenda-prefix-format '(
;; (agenda . " %i %-12:c%?-12t% s") ;; file name + org-agenda-entry-type
(agenda . " - ")
(timeline . " % s")
(todo . " %i %-12:c")
(tags . " %i %-12:c")
(search . " %i %-12:c")))
;; Configure custom agenda views
(setq org-agenda-custom-commands
'(("d" "Dashboard"