Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add two editor variables to line-numbers, line-number-formatand curre…
…nt-line-value add two editor variables to line-numbers, `line-format` and `custom-current-line`. they allow the user to set the line format and choose a custom current line if they want. for example : `(setf (variable-value 'line-number-format :global) "~2D ")` for a narrow line-number column. and `(setf (variable-value 'custom-current-line :global) "->")` for a current-line indicator of `->`
- Loading branch information