wavexx / python-x.el

python.el extras for interactive evaluation
https://melpa.org/#/python-x
GNU General Public License v3.0
9 stars 2 forks source link

Add to the readme: how to change the delimiter #12

Closed liavassif closed 6 years ago

liavassif commented 7 years ago

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 "# %%")

wavexx commented 7 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?

liavassif commented 7 years ago

Spyder and Pyzo support it. I think the default in Pyzo is "##" though

liavassif commented 6 years ago

Thanks

wavexx commented 6 years ago

Took longer than expected ;)