change a defaultGSConfig doc to a def

This commit is contained in:
brandon s allbery kf8nh 2022-07-12 14:25:13 -04:00 committed by GitHub
parent ea97c3562f
commit 2a6ac58c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ import Data.Word (Word8)
-- > ...
-- > gsconfig1 = def { gs_cellheight = 30, gs_cellwidth = 100 }
--
-- An example where 'buildDefaultGSConfig' is used instead of 'defaultGSConfig'
-- An example where 'buildDefaultGSConfig' is used instead of 'def'
-- in order to specify a custom colorizer is @gsconfig2@ (found in
-- "XMonad.Actions.GridSelect#Colorizers"):
--