Start flycheck before disabling checker in xmonad

This commit is contained in:
Ivan Malison 2016-09-16 12:56:31 -07:00
parent a97cf4ec8e
commit 14f40b6692
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

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: