From 14f40b6692575bac4eab985d89e9e7a8f20fe33e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 16 Sep 2016 12:56:31 -0700 Subject: [PATCH] Start flycheck before disabling checker in xmonad --- dotfiles/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index 2808ad8e..b52e5dd8 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -60,6 +60,6 @@ myStartup = do spawn "copyq" -- Local Variables: --- eval: (flycheck-disable-checker 'haskell-stack-ghc) +-- eval: (progn (flycheck-mode +1) (flycheck-disable-checker 'haskell-stack-ghc)) -- flycheck-ghc-args: ("-Wno-missing-signatures") -- End: