On Mon, Oct 7, 2019 at 8:54 AM Robert Pluim <
address@hidden> wrote:
> I thought the convention for C-level variables for Lisp variables was
> to stick a 'V' on the front, but I see Eli didnʼt do that for
> display-line-numbers-widen, so now Iʼm wondering.
I think it's usually not done for native type variables: integer, boolean. But I could be wrong.
> Also: if you add this new variable to lisp/cus-start.el, it will be
> customizable.
Yes, I did that with the major/minor ticks.
But the offset strikes me as a variable that doesn't make much sense to customize. More like setting it in a mode hook or something.
Do you feel otherwise?