From 85d48f74479f82abeb445bb66e6d0440fabb8daa Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 7 Apr 2022 23:43:08 +0200 Subject: fix(alpha): remove set --- fnl/config/alpha.fnl | 4 ++-- 1 file 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 ") (dashboard.button "q" " Quit Neovim" ":qa") }) - (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})))) -- cgit v1.2.3-70-g09d2