Whitespace

This commit is contained in:
Jonathan Daugherty 2020-03-03 09:12:32 -08:00
parent c4ab1e9b53
commit 11e0f2b0a2

View File

@ -156,9 +156,9 @@ defaultConfig :: Config
defaultConfig = mempty
instance Semigroup Config where
c0 <> c1 = Config
c0 <> c1 =
-- latter config takes priority for everything but inputMap
{ vmin = vmin c1 <|> vmin c0
Config { vmin = vmin c1 <|> vmin c0
, vtime = vtime c1 <|> vtime c0
, mouseMode = mouseMode c1
, bracketedPasteMode = bracketedPasteMode c1