From 733d8de80970f6e5e4b2347ff30871e326319661 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 7 Apr 2022 23:46:21 +0200 Subject: fix(alpha): remove brackets around opts --- fnl/config/alpha.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fnl/config/alpha.fnl b/fnl/config/alpha.fnl index bb55784..13a02c6 100644 --- a/fnl/config/alpha.fnl +++ b/fnl/config/alpha.fnl @@ -39,4 +39,4 @@ (set dashboard.section.header.opts.hl :AlphaHeader) (set dashboard.section.buttons.opts.hl :AlphaButtons) (set dashboard.opts.opts.noautocmd true) - (alpha.setup {dashboard.opts})))) + (alpha.setup dashboard.opts)))) -- cgit v1.2.3-70-g09d2