From: PHO Date: Wed, 6 Oct 2010 15:58:52 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=031883de4d3bd3e2d81e91a177fc9fed8dde50b7;p=sugar.git Auto commit by The Sugar System. --- diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 4ff6896..3031281 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -121,7 +121,9 @@ (mapcar (lambda (mode) (add-to-list 'ac-modes mode)) '(autoconf-mode - erlang-mode)) + erlang-mode + haskell-mode + haskell-cabal-mode)) (add-hook 'erlang-mode-hook (lambda () (add-to-list 'ac-sources 'ac-source-semantic)))