When I use left aligned adapted box, I don't want it to wrap at box_width.
Currently to do this I have to setup like:
{
doc_width = 10000,
box_width = 10000,
}
But this will affect other box functions.
Is there a related setting, or can the setting be passed to function, something like:
require("comment-box").albox({ doc_width = 10000, box_width = 10000})