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
|
(use-package org-super-agenda
|
||||||
:after org
|
:after org
|
||||||
:init
|
:init
|
||||||
(setq org-super-agenda-groups '((:name "Today"
|
(setq org-super-agenda-groups '((:name "📅 Today"
|
||||||
:time-grid t
|
:time-grid t
|
||||||
:scheduled today)
|
:scheduled today)
|
||||||
(:name "Due 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")
|
:priority "A")
|
||||||
(:name "Overdue"
|
(:name "Overdue"
|
||||||
:time-grid t
|
:time-grid t
|
||||||
:scheduled today)
|
:scheduled past
|
||||||
|
:deadline past)
|
||||||
(:name "Due soon"
|
(:name "Due soon"
|
||||||
:deadline future)))
|
:deadline future)))
|
||||||
:config
|
:config
|
||||||
|
|
5
init.el
5
init.el
|
@ -863,7 +863,7 @@ vertically."
|
||||||
(use-package org-super-agenda
|
(use-package org-super-agenda
|
||||||
:after org
|
:after org
|
||||||
:init
|
:init
|
||||||
(setq org-super-agenda-groups '((:name "Today"
|
(setq org-super-agenda-groups '((:name "📅 Today"
|
||||||
:time-grid t
|
:time-grid t
|
||||||
:scheduled today)
|
:scheduled today)
|
||||||
(:name "Due Today"
|
(:name "Due Today"
|
||||||
|
@ -872,7 +872,8 @@ vertically."
|
||||||
:priority "A")
|
:priority "A")
|
||||||
(:name "Overdue"
|
(:name "Overdue"
|
||||||
:time-grid t
|
:time-grid t
|
||||||
:scheduled today)
|
:scheduled past
|
||||||
|
:deadline past)
|
||||||
(:name "Due soon"
|
(:name "Due soon"
|
||||||
:deadline future)))
|
:deadline future)))
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue