Hi.

It may be that the few Emacs Lisp I know was not enough, but I couldn't disable
haskell-indentation-mode in .emacs.el, although I could disable it calling M-x
haskell-indentation-mode.  I tried:

(defun ci ()
  (interactive)
  (haskell-indentation-mode t)
  (haskell-indentation-mode nil)
  (haskell-indent-mode nil)
  (haskell-indent-mode t))

(add-hook
 'haskell-mode-hook
 'ci)

Calling M-x ci works, the hook is called, but it doesn't work as expected.  I'm
using haskell-mode from darcs while I can't configure this.  A workaround for
this problem would be good.

Greetings.
-- 
marcot
http://marcot.eti.br/

Attachment: signature.asc
Description: PGP signature

Reply via email to