我安装haskel-mode
在emacs中。然后我写在我的 .emacs 中:
(load "~/.emacs.d/haskell-mode/haskell-site-file")
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
(add-hook 'haskell-mode-hook 'haskell-font-lock-symbols t)
(put 'downcase-region 'disabled nil)
我必须在我的 conf 文件中添加什么 emacs 可以为 Haskell 自动完成?还是Haskell模式没有这种可能?