summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fnl/plugins/editor/telescope.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/telescope.fnl b/fnl/plugins/editor/telescope.fnl
index d662b87..47ddac1 100644
--- a/fnl/plugins/editor/telescope.fnl
+++ b/fnl/plugins/editor/telescope.fnl
@@ -62,7 +62,7 @@
actions (require :telescope.actions)
icons (require :plugins.icons)]
(telescope.setup {:defaults {:prompt_prefix (.. " " (. icons :telescope)
- " ")
+ " ")
:selection_caret (.. (. icons :caret) " ")
:path_display [:smart]
:color_devicons false