Преглед на файлове

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

Lucas Stadler преди 12 години
родител
ревизия
6060cb7a06
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      .emacs.d/init.el

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

11
(add-hook 'clojure-mode-hook 'paredit-mode)
11
(add-hook 'clojure-mode-hook 'paredit-mode)
12
12
13
(custom-set-variables
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)))