Open wilkerlucio opened 10 years ago
This has been discussed before here: https://groups.google.com/forum/#!topic/emacs-live/N8TkvdVvZ0I
This is something I would like as well since I sometimes use line numbers. Maybe I'll try to take a stab at this next week.
@rothmichaels nice, hope you figure it out, it's a thing that I'm really missing, hehe.
There's the (git-gutter:linum-setup) option which you can put in your own user-pack.
Hi,
I'm a new user to emacs and I'm started using Emacs Live because it really has a lot of great stuff, but I'm trying to figure out how to display the line numbers on the editor, looking on the internet I found about
linum-mode
, I tried this but it is conflicting with the git gutter (everytime I save, the gutter gets over the line numbers, they are just fighting each other).There is any simple way for me to get the line numbers to be displayed individual from the git gutter without conflicting?