making org agenda prettier
This commit is contained in:
parent
d7a10359db
commit
fa407dfeb6
|
@ -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
|
||||
|
|
5
init.el
5
init.el
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue