Is there a way to get line numbering only in specific modes, i.e Python, Java, C++, etc., rather than in every window? I thought I saw something about this the other day, but I can't find it.
Currently I'm set up that the default is just to have linum-mode
on persistenly. It's kind of annoying in the shell.
Thanks.
I didn't turn
linum
on globally.Instead I turn
linum
on for the major mode in which I want it. For example:or simply:
Related here:
Turning on linum-mode when in python/c mode
and here:
Emacs Org-Mode: Turn off line numbers