Explorar el Código

~/.emacs.d: configure indentation for haskell.

Lucas Stadler %!s(int64=11) %!d(string=hace) años
padre
commit
6060cb7a06
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .emacs.d/init.el

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

@ -11,4 +11,5 @@
11 11
(add-hook 'clojure-mode-hook 'paredit-mode)
12 12
13 13
(custom-set-variables
14
 '(initial-buffer-choice (get-buffer "*scratch*")))
14
 '(initial-buffer-choice (get-buffer "*scratch*"))
15
 '(haskell-mode-hook '(turn-on-haskell-simple-indent)))