making org agenda prettier

This commit is contained in:
Chris Cochrun 2022-01-03 12:31:00 -06:00
parent d7a10359db
commit fa407dfeb6
2 changed files with 6 additions and 4 deletions

View file

@ -1333,7 +1333,7 @@ Super Agenda gives me a really nice way of making the agenda view look a lot bet
(use-package org-super-agenda
:after org
:init
(setq org-super-agenda-groups '((:name "Today"
(setq org-super-agenda-groups '((:name "📅 Today"
:time-grid t
:scheduled today)
(:name "Due Today"
@ -1342,7 +1342,8 @@ Super Agenda gives me a really nice way of making the agenda view look a lot bet
:priority "A")
(:name "Overdue"
:time-grid t
:scheduled today)
:scheduled past
:deadline past)
(:name "Due soon"
:deadline future)))
:config

View file

@ -863,7 +863,7 @@ vertically."
(use-package org-super-agenda
:after org
:init
(setq org-super-agenda-groups '((:name "Today"
(setq org-super-agenda-groups '((:name "📅 Today"
:time-grid t
:scheduled today)
(:name "Due Today"
@ -872,7 +872,8 @@ vertically."
:priority "A")
(:name "Overdue"
:time-grid t
:scheduled today)
:scheduled past
:deadline past)
(:name "Due soon"
:deadline future)))
:config