diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-11-15 13:15:34 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-11-15 13:15:34 -0500 |
| commit | e379656333caefe28914c6bc0cdfe9a80b1ecd0e (patch) | |
| tree | dbc8ebef215d90b4d6285530a31dc1bd4ae0f15f /.mbs/modules/readline.lua | |
| parent | a405ec93546b95c2369ec9069b3616944d785198 (diff) | |
| download | bits-UI-e379656333caefe28914c6bc0cdfe9a80b1ecd0e.tar.gz bits-UI-e379656333caefe28914c6bc0cdfe9a80b1ecd0e.tar.bz2 bits-UI-e379656333caefe28914c6bc0cdfe9a80b1ecd0e.zip | |
Updated MBS
Diffstat (limited to '.mbs/modules/readline.lua')
| -rw-r--r-- | .mbs/modules/readline.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mbs/modules/readline.lua b/.mbs/modules/readline.lua index 4dea9eb..0bb4c67 100644 --- a/.mbs/modules/readline.lua +++ b/.mbs/modules/readline.lua @@ -31,7 +31,7 @@ return { name = "mbs.readline.complete_fg", description = "The foreground colour for completions.", default = "grey", - } + }, }, enabled = function() return settings.get("mbs.readline.enabled") end, |
