]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_emacs_el
Auto commit by The Sugar System.
[sugar.git] / dot-files / _emacs_el
index 4ff68969740a0458016604fd187a5717bb24fcce..17b8e26cd45494cd939ab1296067a6f64c94f2bd 100644 (file)
       (mapcar (lambda (mode)
                 (add-to-list 'ac-modes mode))
               '(autoconf-mode
-                erlang-mode))
+                erlang-mode
+                haskell-mode
+                haskell-cabal-mode))
+      (setq ac-modes (remove 'css-mode ac-modes))
       (add-hook 'erlang-mode-hook
                 (lambda ()
                   (add-to-list 'ac-sources 'ac-source-semantic)))