diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:46:21 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:46:21 +0200 |
commit | 733d8de80970f6e5e4b2347ff30871e326319661 (patch) | |
tree | 2986412baae9f69a326ba0ca0fd41186427ae551 /fnl/config | |
parent | 4c392204be26961e49d725db2f63d598c3c1fc20 (diff) |
fix(alpha): remove brackets around opts
Diffstat (limited to 'fnl/config')
-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)))) |