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)





