Replace M.union to <+> in documentation

This commit is contained in:
Alexandre Px 2016-09-07 21:48:49 +02:00
parent c3081bd783
commit a1adb0b801

View File

@ -36,7 +36,7 @@ import qualified Data.Map as M
-- If you prefer, an azertyKeys function is provided which you can use as so: -- If you prefer, an azertyKeys function is provided which you can use as so:
-- --
-- > import qualified Data.Map as M -- > import qualified Data.Map as M
-- > main = xmonad someConfig { keys = \c -> azertyKeys c `M.union` keys someConfig c } -- > main = xmonad someConfig { keys = \c -> azertyKeys c <+> keys someConfig c }
azertyConfig = def { keys = azertyKeys <+> keys def } azertyConfig = def { keys = azertyKeys <+> keys def }