1
0
mirror of https://github.com/xmonad/xmonad-contrib.git synced 2025-07-27 18:21:52 -07:00

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

@@ -36,7 +36,7 @@ import qualified Data.Map as M
-- If you prefer, an azertyKeys function is provided which you can use as so:
--
-- > 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 }