Emacs 24.1 & haskell-mode keybindings -
i read @ haskell emacs page there number of keybindings available in haskell-mode. downloaded emacs 24.1 , loaded haskell file bindings not work. example, c-c c-=
supposed insert =
, line type signatures, emacs gives me c-c c-= undefined
.
how enable these keybindings?
add emacs configuration:
(require 'haskell-indent)
run m-x haskell-indent-mode
in whatever buffer you're editing. c-c c-=
works me.
Comments
Post a Comment