knupfer / haskell-emacs

Write Emacs extensions in Haskell
376 stars 22 forks source link

drag more of the elisp module into the haskell module #16

Open knupfer opened 9 years ago

knupfer commented 9 years ago

It should be possible to use template haskell to generate the dispatcher list, making the arity list obsolete. That could remove one compilation step (from emacs) and make the text munging of the functions typed.

knupfer commented 9 years ago

with template haskell, all that is needed should be a list of customize options and modules installed via package-install