jscheid / prettier.el

Prettier code formatting for Emacs.
GNU General Public License v3.0
167 stars 12 forks source link

Fix prettier-pre-warm customize option #10

Closed wyuenho closed 4 years ago

wyuenho commented 4 years ago

prettier-pre-warn currently breaks after clicking on the caret in customize under emacs-27 due to incorrect syntax.

This is PR fixes it.

jscheid commented 4 years ago

Thanks for the fix! I hope you don't mind I've subsumed this under the slightly more comprehensive change in #12.