jcollard / elm-mode

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

Evil mode: delete-a-paragraph deletes to bottom of buffer in elm-mode #143

Closed jsoo1 closed 4 years ago

jsoo1 commented 5 years ago

Being unfamiliar with the innards of evil-mode has me puzzled about the behavior of evil-delete-a-paragraph in elm-mode. Using d a p deletes to the bottom of the buffer when it should delete a whitespace delimited block of lines. Is this an elm-mode issue or an evil-mode issue?