Start flycheck before disabling checker in xmonad
This commit is contained in:
parent
a97cf4ec8e
commit
14f40b6692
@ -60,6 +60,6 @@ myStartup = do
|
|||||||
spawn "copyq"
|
spawn "copyq"
|
||||||
|
|
||||||
-- Local Variables:
|
-- 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")
|
-- flycheck-ghc-args: ("-Wno-missing-signatures")
|
||||||
-- End:
|
-- End:
|
||||||
|
Loading…
Reference in New Issue
Block a user