summaryrefslogtreecommitdiff
path: root/fnl/plugins/orgmode.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-31 13:47:06 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-31 13:47:06 +0200
commit48c45096a4ebf6173a0bb9664199e51a133678d0 (patch)
tree972301c73b2da0bf40fb17ac55d23e14c4303591 /fnl/plugins/orgmode.fnl
parent09319eeadfa36405d9c9ad81b37ebd501808b5cd (diff)
Update org icons
Diffstat (limited to 'fnl/plugins/orgmode.fnl')
-rw-r--r--fnl/plugins/orgmode.fnl14
1 files changed, 7 insertions, 7 deletions
diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl
index cb94462..e3f2974 100644
--- a/fnl/plugins/orgmode.fnl
+++ b/fnl/plugins/orgmode.fnl
@@ -59,13 +59,13 @@
(local bullets-opts
{:concealcursor true
:symbols {:list (. icons :line)
- :headlines [(. icons :orb)
- (. icons :orb-filled)
- (. icons :square)
- (. icons :square-filled)
- (. icons :diamond)
- (. icons :diamond-filled)
- (. icons :triangle)]
+ :headlines [(. icons :1)
+ (. icons :2)
+ (. icons :3)
+ (. icons :4)
+ (. icons :5)
+ (. icons :6)
+ (. icons :7)]
:checkboxes {:half [(. icons :line)
"@org.checkbox.halfchecked"]
:done [(. icons :checkmark)