diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-24 01:20:39 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-24 01:20:39 +0200 |
commit | ccf0c42b393f5c0bea71e040a30092f59062bbd1 (patch) | |
tree | 562b544a301a0270be186c7e8511531961be6793 /fnl/plugins | |
parent | 3361387faa26044a9c9c3b0794fe0627ab9da443 (diff) |
Add new icons
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/orgmode.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl index 3387df3..bf8ff0f 100644 --- a/fnl/plugins/orgmode.fnl +++ b/fnl/plugins/orgmode.fnl @@ -61,6 +61,8 @@ :symbols {:list (. icons :line) :headlines [(. icons :orb) (. icons :orb-filled) + (. icons :diamond) + (. icons :diamond-filled) (. icons :pentagon) (. icons :pentagon-filled) (. icons :hexagon) |