tlc: update tlc-mode to delete trailing whitespace on RET

This commit is contained in:
John Ciolfi 2021-04-10 09:40:15 -04:00
parent a47515461a
commit 587ad07306
1 changed files with 1 additions and 0 deletions

1
tlc.el
View File

@ -257,6 +257,7 @@
(defun tlc-return ()
"Handle carriage return in `tlc-mode'."
(interactive)
(delete-horizontal-space)
(newline)
(tlc-indent))