Fix example Xmonad.Prompt.Input usage example

This commit is contained in:
Daniel Cousens 2023-12-28 00:54:36 +11:00 committed by GitHub
parent 82e4260084
commit 9f51b2a1d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ import XMonad.Prompt
-- create an autocompleting version, like this:
--
-- > firingPrompt' = inputPromptWithCompl def "Fire"
-- > (mkComplFunFromList employees) ?+ fireEmployee
-- > (mkComplFunFromList def employees) ?+ fireEmployee
--
-- Now all he has to do is add a keybinding to @firingPrompt@ (or
-- @firingPrompt'@), such as