serras / emacs-haskell-tutorial

Tutorial on setting up Emacs to do Haskell programming
690 stars 100 forks source link

Remove binding of haskell-mode-jump-to-def-or-tag #2

Closed purcell closed 10 years ago

purcell commented 10 years ago

This binding is configured by default these days. And the mode hook code I removed would have had the effect of binding the key every time a haskell file was opened: it would have been sufficient to just put the (define-key ...) form at the top level, or in an (eval-after-load 'haskell-mode ...) wrapper.

Thanks for compiling this useful article. Will send further fixes if I notice anything. :-)