sachac / subed

subed is a subtitle editor for Emacs
177 stars 16 forks source link

Add functions to adjust start/stop timestamps to player's ones #4

Closed i-blis closed 5 years ago

i-blis commented 5 years ago

Following discussion on #1, here's a first PR. Please tell me if it fits your expectations and I'll send others. (I added the functions to subed.el rather than subed-str.el because they are to be part of the public API anyway).

rndusr commented 5 years ago

Thanks, works great!

I took the liberty and renamed the functions. I hope that's alright with you. Let me know if you object.

I also added the default keybindings C-c [ and C-c ] for your functions.

i-blis commented 5 years ago

You're welcome!

And thanks for renaming the files, I wasn't too sure how to name them in the first place!