浏览代码

~/.emacs.d: set a standard haskell indent mode

not ideal, if i remember correctly.
Lucas Stadler 11 年之前
父节点
当前提交
13cd6b0f66
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .emacs.d/init.el

+ 1 - 0
.emacs.d/init.el

@ -21,5 +21,6 @@
21 21
22 22
(custom-set-variables
23 23
 '(global-auto-revert-mode t)
24
 '(haskell-mode-hook (quote (turn-on-haskell-simple-indent)))
24 25
 '(initial-buffer-choice (get-buffer "*scratch*"))
25 26
 '(haskell-mode-hook '(turn-on-haskell-simple-indent)))