Browse Source

emacs.el: add haskell-mode prefs

pull/1/head
10sr 10 years ago
parent
commit
a8bfbdda98
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el View File

@@ -1070,6 +1070,8 @@ found, otherwise returns nil."
;; t)
)))

(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)

(when (lazy-load-eval 'flymake-jslint
'(flymake-jslint-load))
(lazy-load-eval 'js nil


Loading…
Cancel
Save