Browse Source

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

Lucas Stadler 11 years ago
parent
commit
8dcd2416af
1 changed files with 1 additions and 1 deletions
  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"))