From f845a7b0588559750b1cb7eede1b3aecb450cdfe Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 1 May 2022 23:06:03 +0200 Subject: style: fmt with fnlfmt --- fnl/config/alpha.fnl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'fnl/config/alpha.fnl') diff --git a/fnl/config/alpha.fnl b/fnl/config/alpha.fnl index 82124ff..8265ff0 100644 --- a/fnl/config/alpha.fnl +++ b/fnl/config/alpha.fnl @@ -1,6 +1,5 @@ ;; A customizable greeter. -(module config.alpha - {autoload {util util}}) +(module config.alpha {autoload {util util}}) (def- ascii-art [" ##############..... ############## " " ##############......############## " @@ -25,8 +24,7 @@ (let [dashboard (require :alpha.themes.dashboard)] (set dashboard.section.header.val ascii-art) (set dashboard.section.buttons.val - [(dashboard.button :f " Find file" - ":Telescope file_browser ") + [(dashboard.button :f " Find file" ":Telescope file_browser ") (dashboard.button :e " New file" ":ene startinsert ") (dashboard.button :p " Find project" ":Telescope projects ") (dashboard.button :r " Recently used files" -- cgit v1.2.3-70-g09d2