diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:41:19 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:41:19 +0200 |
commit | f7dcd28c9a00f9c9366801cc9c20c2ac93fa2714 (patch) | |
tree | 9f26df01a32699f04a634f47db7d86321c7c3aa6 /fnl | |
parent | f30f56c7297b0c27ea78d6f3bef1a049a56f553d (diff) |
fix(alpha): remove extra parenthesis
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 dca13de..392e22d 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})))) |