【发布时间】:2011-03-26 09:06:03
【问题描述】:
我在 emacs 中安装了haskel-mode。然后我写在我的 .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模式就没有这种可能?
【问题讨论】:
标签: haskell emacs autocomplete haskell-mode