Просмотр исходного кода

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

not ideal, if i remember correctly.
Lucas Stadler лет назад: 11
Родитель
Сommit
13cd6b0f66
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .emacs.d/init.el

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

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