瀏覽代碼

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

Lucas Stadler 11 年之前
父節點
當前提交
8dcd2416af
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"))