我安装了haskell-mode,以便在编辑* .hs文件时突出显示代码。
我在init.el文件中添加了以下行:
(load "/usr/share/emacs/site-lisp/haskell-mode/haskell-package.el")
从手册https://github.com/haskell/haskell-mode/wiki/Syntax-highlighting可以理解,代码应该通过添加此行自动升级,对吗?
我还添加了一行
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
进入我的init.el文件只是为了查看anithing是否发生变化,但仍然没有得到任何haskell代码。
答案 0 :(得分:1)
最好使用MELPA安装haskell-mode。使用MELPA时,一切都应该开箱即用。有关使用haskell-mode的说明,请参阅手册:
http://haskell.github.io/haskell-mode/manual/latest/Getting-Started.html#Getting-Started