The emacs is used and erlang code is for print. Because the author modifying the source code in git, sourcetree shows me line number. If the line number is printed, it is much better to quickly find it by line number. But how to configure it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can use line number mode, but you can even use goto-line to jump to a line number directly:
|
|||
|
|
If you'd like to have visual line numbers (like in Eclipse for instance) you can have a look at
|
|||||
|
|
You can use
|
|||
|
|
|
You can use highlight. It supports both line numbering and Erlang syntax highlighting. |
|||
|
|