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

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -