diff options
author | Vincent Ambo <vincent@spotify.com> | 2014-01-30T13·26+0100 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2014-01-30T13·26+0100 |
commit | 8a5115d5b5aa2330f861f735ea5fe72f5667c4bb (patch) | |
tree | fee519fcfde9a4e6b6c3847068c210bed9571cd3 /init-modes.el | |
parent | 490ea14fadb3dabdf71e6ac55a0a2a1e4f3d9330 (diff) |
Some updates
Diffstat (limited to 'init-modes.el')
-rw-r--r-- | init-modes.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init-modes.el b/init-modes.el index b04b2333fca8..0f28b48d176f 100644 --- a/init-modes.el +++ b/init-modes.el @@ -53,6 +53,10 @@ ;; Enable Paredit in Emacs Lisp mode (add-hook 'emacs-lisp-mode-hook 'paredit-mode) +;; Configure Haskell mode +;; Indentation ... +(add-hook 'haskell-mode-hook 'hi2-mode) + ;; Always highlight matching brackets (show-paren-mode 1) |