jcollard / elm-mode

Elm mode for emacs
GNU General Public License v3.0
373 stars 67 forks source link

Add Debug mode which uses elm-reactor #16

Closed jcollard closed 9 years ago

Bogdanp commented 9 years ago

@jcollard what do you think this should look like? Do you think C-c C-m as it is right now is sufficient or should we add a prefix version C-u C-c C-m that appends ?debug to the URL?

jcollard commented 9 years ago

Either should be fine. I would prefer the non-prefix version.

jcollard commented 9 years ago

Just looked at the bindings and the prefix seems better to me actually.

jcollard commented 9 years ago

Thanks again!