jcollard / elm-mode

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

Use `defcustom` where appropriate #58

Closed abingham closed 8 years ago

abingham commented 8 years ago

It would be nice if some of the variables in elm-mode were declared with defcustom rather than defvar to simplify customization. For example, I'd like to be able to customize elm-compile-arguments sometimes. I'd be happy to provide patches, but I wanted to see if you were interested in such changes before I went to the effort.

Also, thanks for elm-mode! It's great, and it's really made learning elm a joy :)

Bogdanp commented 8 years ago

Also, thanks for elm-mode! It's great, and it's really made learning elm a joy :)

Glad to hear it!

I'm interested in any patch that is likely to improve the user experience of elm-mode so please do provide 'em. :)

abingham commented 8 years ago

OK, I've submitted an initial patch. As I have more, I'll send them your way.