Closed liavassif closed 6 years ago
On Mon, May 15 2017, liavassif wrote:
I would guess one of the first thing people would like to know is how to set the section delimiter. Many IDEs use "# %%". While everything is documented very well, a comment in the readme would be helpful:
(setq python-section-delimiter "# %%")
Sure, makes sense. Can I ask which editor uses "# %%" by default?
Spyder and Pyzo support it. I think the default in Pyzo is "##" though
Thanks
Took longer than expected ;)
I would guess one of the first thing people would like to know is how to set the section delimiter. Many IDEs use "# %%". While everything is documented very well, a comment in the readme would be helpful: (setq python-section-delimiter "# %%")