Reputation: 487
had a system crash and my .emacs got lost. Before the crash, haskell-mode auto completed function names when pressing tab button on a new line. Unfortunately I'm unable to reproduce this behaviour in my new .emacs.
Any one got a clue on how to enable this behaviour?
Upvotes: 2
Views: 843
Reputation: 487
(load "~/.emacs.d/haskell-mode/haskell-site-file") (add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
solved my problem
Upvotes: 4