diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-06 00:00:28 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-06 00:00:28 +0100 |
commit | 487d7d06cc40f3e60a884693811f5fbb8a980040 (patch) | |
tree | e3b4bef7ccebf0db479c43f94e3817d27a9cc5dd /fnl/icons.fnl | |
parent | ba5400946e9ee19dce851e91a36bb1670d265233 (diff) |
Move utils to settings
Diffstat (limited to 'fnl/icons.fnl')
-rw-r--r-- | fnl/icons.fnl | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/fnl/icons.fnl b/fnl/icons.fnl deleted file mode 100644 index b1115cb..0000000 --- a/fnl/icons.fnl +++ /dev/null @@ -1,45 +0,0 @@ -;; Icons. - -{:error "" - :warn "" - :hint "" - :info "" - :git " " - :search-project "" - :search-files "" - :search-text "" - :notebook "" - :recent-files "" - :cog "" - :org "" - :checkmark "" - :right-arrow "" - :small-right-arrow "" - :guillemet "»" - :close "" - :git-add "|" - :git-delete "_" - :git-top-delete "‾" - :git-change-delete "~" - :git-untracked "┆" - :telescope "" - :caret ">" - :cmd "" - :lightning "" - :document "" - :import "" - :keyboard "" - :sleep "" - :filled-orb "●" - :orb "○" - :package "" - :vim "" - :code "" - :play "" - :star "" - :line "‒" - :ignored "" - :unstaged "" - :staged "" - :conflict "" -} |