Skip to content

Commit

Permalink
hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Jan 18, 2024
1 parent ef82ecc commit 2cc29d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMonad/Prompt.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,7 @@ historyCompletionP p = do
pure $ \x ->
let toComplList = deleteConsecutive . filter (isInfixOf x) . M.foldr (++) []
-- in toComplList . M.filterWithKey (const . p) <$> (historyRead conf cd)
in toComplList . M.filterWithKey (const . p) <$> (readHistory cd)
in toComplList . M.filterWithKey (const . p) <$> readHistory cd

-- | Sort a list and remove duplicates. Like 'deleteAllDuplicates', but trades off
-- laziness and stability for efficiency.
Expand Down

0 comments on commit 2cc29d6

Please sign in to comment.