diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:43:08 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:43:08 +0200 |
commit | 85d48f74479f82abeb445bb66e6d0440fabb8daa (patch) | |
tree | 0dde01c48fc5f1e7b58f175197794bc77fc66e5f /fnl/config | |
parent | f7dcd28c9a00f9c9366801cc9c20c2ac93fa2714 (diff) |
fix(alpha): remove set
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/alpha.fnl | 4 |
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})))) |