emacs-citar / citar

Emacs package to quickly find and act on bibliographic references, and edit org, markdown, and latex academic documents.
GNU General Public License v3.0
479 stars 53 forks source link

fix(indicators): add `padding` slot #762

Closed bdarcus closed 1 year ago

bdarcus commented 1 year ago

Close: #759


image

bdarcus commented 1 year ago

Maybe I should change symbolwidth to just padding, since that's all it's doing now (I think)?

bdarcus commented 1 year ago

Maybe I should change symbolwidth to just padding, since that's all it's doing now (I think)?

In the latest, separate (so I can easily revert it), commit, I made this change.

https://github.com/emacs-citar/citar/pull/762/commits/29cae723338720c46fe53358e334395ac275f66c

So now works like:

  :padding "  "

It works the same (I had problems before because I was using two spaces for the width, so misdiagnosed the problem).

I think this is more clear.

Any feedback on that detail before I merge?