Skip to content

Commit d7b8270

Browse files
committed
Revert "Enable pager.list by default, fixes #1200"
This reverts commit d5c95ac.
1 parent 9a4b63d commit d7b8270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/GHCup/Types.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ data PagerConfig = PagerConfig {
607607
instance NFData PagerConfig
608608

609609
defaultPagerConfig :: PagerConfig
610-
defaultPagerConfig = PagerConfig True Nothing
610+
defaultPagerConfig = PagerConfig False Nothing
611611

612612
allPagerConfig :: String -> PagerConfig
613613
allPagerConfig cmd = PagerConfig True (Just cmd)

0 commit comments

Comments
 (0)