diff options
Diffstat (limited to 'fnl/plugins/orgmode.fnl')
-rw-r--r-- | fnl/plugins/orgmode.fnl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl index 472a8a3..3387df3 100644 --- a/fnl/plugins/orgmode.fnl +++ b/fnl/plugins/orgmode.fnl @@ -60,9 +60,13 @@ {:concealcursor true :symbols {:list (. icons :line) :headlines [(. icons :orb) - (. icons :filled-orb) + (. icons :orb-filled) (. icons :pentagon) - (. icons :filled-pentagon)] + (. icons :pentagon-filled) + (. icons :hexagon) + (. icons :hexagon-filled) + (. icons :octagon) + (. icons :octagon-filled)] :checkboxes {:half [(. icons :line) "@org.checkbox.halfchecked"] :done [(. icons :checkmark) |