QBobWatson / poporg

Emacs programming tool for editing strings or comments in Org mode or any other text mode
GNU General Public License v3.0
91 stars 9 forks source link

Using C-c ' as key binding? #6

Closed ibizaman closed 5 years ago

ibizaman commented 5 years ago

I'm trying this as a keybinding to match the keybinding to edit org src-blocks. Looks like it works fine for now. In an org buffer, when in a src-block, using C-c ' edits using org-edit-special while elsewhere it uses poporg-dwin.

Was there a particular reason to propose using C-c " instead of C-c '?

QBobWatson commented 5 years ago

I think I chose C-c " because I was doing a lot of coding in python at the time, where the documentation tends to be enclosed in triple double-quotes. But you can set it to whatever you want -- there's no default in the package.