5
1
I often edit Python code in my Emacs and have it set up to display Python files in Python mode. I often find myself formatting dosctrings as ReStructured Text and I was thinking that it would be great if I could have Emacs show these docstrings as in ReST mode. Is this possible somehow?
1
Did you have a look at http://www.emacswiki.org/emacs/MultipleModes ?
– fredtantini – 2015-11-27T14:38:26.7531
For instance: http://stackoverflow.com/questions/15493342/have-emacs-edit-python-docstrings-using-rst-mode
– fredtantini – 2015-11-27T14:39:29.547