jcollard / elm-mode

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

Added interactive function to expose expression at point. #165

Closed akoppela closed 4 years ago

akoppela commented 4 years ago

Hi. I've added a neat function to expose expression at point. I've not added any key binding, because that's probably a personal preference for a consumer of package. E.g. I'm using evil-mode and adding keybindings myself.

akoppela commented 4 years ago

Also I assume people are using elm-format. Exposed expression is always added to the beginning of exposed list.

purcell commented 4 years ago

See 5618174b29a5290d392b964e9200817c388e729d for details. :-)