X.H.TaffybarPagerHints: Rename defaultConfig to def

The former was removed in [1], so only the latter is valid code right
now.

[1]: 5140f5b5d06790e055eb7fb0cf3eccc4997aa736
     (Remove things deprecated by Data.Default)
This commit is contained in:
slotThe 2021-11-05 14:58:33 +01:00
parent 52998657ef
commit 3bc06447d2

View File

@ -38,7 +38,7 @@ import qualified XMonad.StackSet as W
-- --
-- > import XMonad.Hooks.TaffybarPagerHints (pagerHints) -- > import XMonad.Hooks.TaffybarPagerHints (pagerHints)
-- > -- >
-- > main = xmonad $ ewmh $ pagerHints $ defaultConfig -- > main = xmonad $ ewmh $ pagerHints $ def
-- > ... -- > ...
-- | The \"Current Layout\" custom hint. -- | The \"Current Layout\" custom hint.