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:
@@ -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 }
|
||||
|
||||
|
Reference in New Issue
Block a user