capitrane
capitrane

Reputation: 487

Autocomplete function name in haskell-mode

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

Answers (1)

capitrane
capitrane

Reputation: 487

(load "~/.emacs.d/haskell-mode/haskell-site-file") (add-hook 'haskell-mode-hook 'turn-on-haskell-indent) 

solved my problem

Upvotes: 4

Related Questions