Explorar el Código

~/.emacs.d: make petite chez scheme the default scheme

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

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

@ -23,4 +23,4 @@
23 23
 '(global-auto-revert-mode t)
24 24
 '(haskell-mode-hook (quote (turn-on-haskell-simple-indent)))
25 25
 '(initial-buffer-choice (get-buffer "*scratch*"))
26
 '(haskell-mode-hook '(turn-on-haskell-simple-indent)))
26
 '(scheme-program-name "petite"))