Inferior Haskell Mode On Emacs

Will format this page sometime later. For now, let me make it quick and dirty.

The autoload of haskell-mode is b0rked!

So add this to your .emacs file to make it work just fine

(defun switch-on-stupid-inf-haskell ()
; change the path to point to your inf-haskell.el file!
  (load-file "~/lib/emacs/haskell-mode-2.4/inf-haskell.el"))

(add-hook 'haskell-mode-hook 'switch-on-stupid-inf-haskell)
page_revision: 2, last_edited: 1206032685|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License