X.P: Add escape hatch for preventing X.P IO #310
Annotations
1 error and 1 warning
hlint
HLint failed with status: 1. Suggestion (1)
|
hlint:
XMonad/Prompt.hs#L1814
Suggestion in historyCompletionP in module XMonad.Prompt: Redundant bracket ▫︎ Found: "toComplList . M.filterWithKey (const . p) <$> (readHistory cd)" ▫︎ Perhaps: "toComplList . M.filterWithKey (const . p) <$> readHistory cd"
|