diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-20 11:26:30 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-20 11:26:30 +0200 |
commit | 7b0e1d35ce767c54a5dcf10010de62c336f3a7e7 (patch) | |
tree | bfdf6f8ffbeac59e2ae9cbda6e47f71b806e403e /fnl | |
parent | f43d3dc687cf63483b65c214a77d235964f295fd (diff) |
Fix alpha formatting
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/ui/alpha.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/ui/alpha.fnl b/fnl/plugins/ui/alpha.fnl index fec520e..0693a6c 100644 --- a/fnl/plugins/ui/alpha.fnl +++ b/fnl/plugins/ui/alpha.fnl @@ -26,7 +26,7 @@ (let [dashboard (require :alpha.themes.dashboard)] (set dashboard.section.header.val ascii-art) (set dashboard.section.buttons.val - [(dashboard.button :f (.. (. icons :search) " Find file") + [(dashboard.button :f (.. (. icons :search) " Find file") ":Telescope find_files theme=dropdown<CR>") (dashboard.button :g (.. (. icons :text) " Find text") ":Telescope live_grep theme=dropdown<CR>") |