I'd like to align a table of args with their descriptions in a doc string. For example, see the help for the variable align-rules-list
. It has a table of keys and their descriptions.
I'm trying to use align
package to accomplish the same thing but it doesn't seem to be working. I would have figured the built-in rules would have worked but none appear to match that use case.
Does anyone have insight on aligning such a table?