summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fnl/config/alpha.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/alpha.fnl b/fnl/config/alpha.fnl
index 392e22d..686dc93 100644
--- a/fnl/config/alpha.fnl
+++ b/fnl/config/alpha.fnl
@@ -36,7 +36,7 @@
(dashboard.button "c" " Configuration" ":e ~/.config/nvim/init.lua <CR>")
(dashboard.button "q" " Quit Neovim" ":qa<CR>")
})
- (set dashboard.section.header.opts.hl :AlphaHeader)
- (set dashboard.section.buttons.opts.hl :AlphaButtons)
+ (dashboard.section.header.opts.hl :AlphaHeader)
+ (dashboard.section.buttons.opts.hl :AlphaButtons)
(set dashboard.opts.opts.noautocmd true)
(alpha.setup {dashboard.opts}))))