diff options
Diffstat (limited to 'fnl/plugins/orgmode.fnl')
-rw-r--r-- | fnl/plugins/orgmode.fnl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl index 0868860..5415be2 100644 --- a/fnl/plugins/orgmode.fnl +++ b/fnl/plugins/orgmode.fnl @@ -61,14 +61,11 @@ :symbols {:list (. icons :line) :headlines [(. icons :orb) (. icons :orb-filled) + (. icons :square) + (. icons :square-filled) (. icons :diamond) (. icons :diamond-filled) - (. icons :pentagon) - (. icons :pentagon-filled) - (. icons :hexagon) - (. icons :hexagon-filled) - (. icons :octagon) - (. icons :octagon-filled)] + (. icons :triangle)] :checkboxes {:half [(. icons :line) "@org.checkbox.halfchecked"] :done [(. icons :checkmark) |