mpwang/perfect-margin

Not working for info?

Closed this issue · 2 comments

ksqsf commented

M-x info seems not affected by perfect-margin-mode.

Sorry for this terrible late reply.

minibuffer window and any window whos name starts with "*" is ignored, you can change this behavior by setting perfect-margin-ignore-regexps. Its default value is '("^minibuf" "^[*]")

you can remove ^[*], so this mode can do the job for you

ksqsf commented

Thanks! Removing ^[*] works.