From 9cb958f5091f5e1d8879074abcfec807b9a7fdfa Mon Sep 17 00:00:00 2001 From: Rose Proctor <80085269+voidfemme@users.noreply.github.com> Date: Sun, 11 Dec 2022 18:26:55 -0800 Subject: fixed uncommented comments This is a really small change, but I've never submitted a change to open source software. I'm new to development, so please contact me if I've gone about this the wrong way. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a585cda..3caf152 100644 --- a/readme.md +++ b/readme.md @@ -108,10 +108,10 @@ section = { oldfiles_directory = false, -- if the oldfiles of the current directory should be displayed align = "center", -- "center", "left" or "right" fold_section = false, -- whether to fold or not - title = "title", title for the folded section + title = "title", -- title for the folded section -- if < 0 fraction of screen width -- if > 0 numbers of column - margin = 5, the margin for left or right alignment + margin = 5, -- the margin for left or right alignment -- type of content depends on `type` -- "text" -> a table with string or a function that requires a function that returns a table of strings -- "mapping" -> a table with tables in the format: -- cgit v1.2.3