[Pkg-haskell-commits] darcs: ghc-mod: removed reference to flymake-mode

Sven Bartscher sven.bartscher at weltraumschlangen.de
Thu Jun 26 15:23:14 UTC 2014


Thu Jun 26 15:15:04 UTC 2014  Sven Bartscher <sven.bartscher at weltraumschlangen.de>
  * removed reference to flymake-mode

    M ./ghc-mod.emacsen-startup -1 +1

Thu Jun 26 15:15:04 UTC 2014  Sven Bartscher <sven.bartscher at weltraumschlangen.de>
  * removed reference to flymake-mode
diff -rN -u old-ghc-mod/ghc-mod.emacsen-startup new-ghc-mod/ghc-mod.emacsen-startup
--- old-ghc-mod/ghc-mod.emacsen-startup	2014-06-26 15:23:14.075244789 +0000
+++ new-ghc-mod/ghc-mod.emacsen-startup	2014-06-26 15:23:14.079244794 +0000
@@ -4,7 +4,7 @@
 			      "/site-lisp/ghc-mod") load-path))
 
 (autoload 'ghc-init "ghc" nil t)
-(add-hook 'haskell-mode-hook (lambda () (ghc-init) (flymake-mode)))
+(add-hook 'haskell-mode-hook (lambda () (ghc-init)))
 
 ; ghc-mod's C-cC-t conflict with haskell-doc-mode
 (remove-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)




More information about the Pkg-haskell-commits mailing list