Start flycheck before disabling checker in xmonad

This commit is contained in:
2016-09-16 12:56:31 -07:00
parent a97cf4ec8e
commit 14f40b6692

View File

@@ -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: