Is it possible to have a line number for the erlang source code?
4 answers
You can use number number mode , but you can even use goto-line to jump directly to the line number:
`M-g M-g'
`M-g g'
Read a number N and move point to the beginning of line number N
(`goto-line'). Line 1 is the beginning of the buffer. If point
is on or just after a number in the buffer, that is the default
for N. Just type <RET> in the minibuffer to use it.
+5
source to share