rpdillon / todotxt.el

A todo.txt client for Emacs
55 stars 18 forks source link

Delete line without using kill-line #36

Closed matsl closed 2 years ago

matsl commented 3 years ago

What

Add function to delete line without using kill-line and use that

Why

Avoids kill-line's dependency on users kill-whole-line setting which if set will cause the newline to be removed and will merge two items into one.

matsl commented 3 years ago

@rpdillon PTAL