spotify / dockerfile-mode

An emacs mode for handling Dockerfiles
Apache License 2.0
535 stars 79 forks source link

Remove unnecessary configuration #73

Closed syohex closed 2 years ago

syohex commented 2 years ago

That line is no longer necessary because auto-mode-alist is set by below part.

https://github.com/spotify/dockerfile-mode/blob/11c43de04b128b7638cd98a1e80be2b661c18fbb/dockerfile-mode.el#L264-L269

lassik commented 2 years ago

Ping @drewcsillag. This patch looks good to me.