I want to start a python-shell M-x python-shell
. If I'm not happy with the syntax highlighting, is it possible to improve it (put more colors in the buffer) without changing major mode? In vim this would be simple with set filetype=python
.
The python syntax itself is not highlighted in python-shell mode, I want it to be highlighted.
A simple solution will be favored because I'm just learning about emacs.