mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-27 02:01:52 -07:00
Merge pull request #860 from dcousens/patch-1
Fix Xmonad.Prompt.Input usage example
This commit is contained in:
@@ -56,7 +56,7 @@ import XMonad.Prompt
|
|||||||
-- create an autocompleting version, like this:
|
-- create an autocompleting version, like this:
|
||||||
--
|
--
|
||||||
-- > firingPrompt' = inputPromptWithCompl def "Fire"
|
-- > firingPrompt' = inputPromptWithCompl def "Fire"
|
||||||
-- > (mkComplFunFromList employees) ?+ fireEmployee
|
-- > (mkComplFunFromList def employees) ?+ fireEmployee
|
||||||
--
|
--
|
||||||
-- Now all he has to do is add a keybinding to @firingPrompt@ (or
|
-- Now all he has to do is add a keybinding to @firingPrompt@ (or
|
||||||
-- @firingPrompt'@), such as
|
-- @firingPrompt'@), such as
|
||||||
|
Reference in New Issue
Block a user