diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/alpha.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |