adding doc.

This commit is contained in:
Kazu Yamamoto 2010-03-11 22:47:05 +09:00
parent 31a97da743
commit 133086e1a8

View File

@ -11,6 +11,8 @@
;;
;; (autoload 'ghc-init "ghc" nil t)
;; (add-hook 'haskell-mode-hook (lambda () (ghc-init)))
;; Or
;; (add-hook 'haskell-mode-hook (lambda () (ghc-init) (flymake-mode)))
;;; Code: