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

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -