eliminate references to defaultConfig

This commit is contained in:
Daniel Wagner
2013-05-28 00:58:25 +00:00
parent 0287b2861c
commit daa2731d3d
98 changed files with 182 additions and 181 deletions

View File

@@ -40,7 +40,7 @@ import Control.Monad
-- > import XMonad.Util.Replace
-- > main = do
-- > replace
-- > xmonad $ defaultConfig { .... }
-- > xmonad $ def { .... }
--
-- $shortcomings
@@ -61,7 +61,7 @@ import Control.Monad
-- > main = do
-- > args <- getArgs
-- > when ("--replace" `elem` args) replace
-- > xmonad $ defaultConfig { .... }
-- > xmonad $ def { .... }
--
--
-- Note that your @~\/.xmonad/xmonad-$arch-$os@ binary is not run with the same