From 1de6cd1dcf25f39a7cfc59ba4aef622e610b48dc Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sun, 24 Apr 2022 00:28:42 +0200 Subject: fix(alpha): remove do --- fnl/config/alpha.fnl | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'fnl/config') diff --git a/fnl/config/alpha.fnl b/fnl/config/alpha.fnl index 4fb51ec..7d9ba81 100644 --- a/fnl/config/alpha.fnl +++ b/fnl/config/alpha.fnl @@ -22,20 +22,19 @@ (let [alpha (util.load-plugin :alpha)] (let [dashboard (require :alpha.themes.dashboard)] - (do - (set dashboard.section.header.val ascii-art) - (set dashboard.section.buttons.val - [(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" - ":Telescope oldfiles ") - (dashboard.button :t " Find text" ":Telescope live_grep ") - (dashboard.button :c " Configuration" - ":e ~/.config/nvim/init.lua ") - (dashboard.button :q " Quit Neovim" ":qa")]) - (set dashboard.section.header.opts.hl :AlphaHeader) - (set dashboard.section.buttons.opts.hl :AlphaButtons) - (set dashboard.opts.opts.noautocmd true) - (alpha.setup dashboard.opts)))) + (set dashboard.section.header.val ascii-art) + (set dashboard.section.buttons.val + [(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" + ":Telescope oldfiles ") + (dashboard.button :t " Find text" ":Telescope live_grep ") + (dashboard.button :c " Configuration" + ":e ~/.config/nvim/init.lua ") + (dashboard.button :q " Quit Neovim" ":qa")]) + (set dashboard.section.header.opts.hl :AlphaHeader) + (set dashboard.section.buttons.opts.hl :AlphaButtons) + (set dashboard.opts.opts.noautocmd true) + (alpha.setup dashboard.opts))) -- cgit v1.2.3-70-g09d2