summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:41:19 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:41:19 +0200
commitf7dcd28c9a00f9c9366801cc9c20c2ac93fa2714 (patch)
tree9f26df01a32699f04a634f47db7d86321c7c3aa6
parentf30f56c7297b0c27ea78d6f3bef1a049a56f553d (diff)
fix(alpha): remove extra parenthesis
-rw-r--r--fnl/config/alpha.fnl2
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}))))