defunkt / coffee-mode

Emacs Major Mode for CoffeeScript
http://ozmm.org/posts/coffee_mode.html
574 stars 147 forks source link

Use normal-auto-fill-function for not enabling auto-fill-mode #342

Closed syohex closed 8 years ago

syohex commented 8 years ago

If auto-fill-function is set, then auto-fill-mode is enabled automatically. Everyone does not expect this behavior.

This is related to #341. CC: @taylorzane