Skip to content

Commit

Permalink
Merge pull request xmonad#860 from dcousens/patch-1
Browse files Browse the repository at this point in the history
Fix Xmonad.Prompt.Input usage example
  • Loading branch information
slotThe authored Dec 28, 2023
2 parents 82e4260 + 9f51b2a commit 99b24f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMonad/Prompt/Input.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99b24f3

Please sign in to comment.