add missing documentation of XMonad.Prompt.FuzzyMatch and

XMonad.Prompt.Unicode to XMonad.Doc.Extending
This commit is contained in:
Nick Hu 2020-10-14 17:20:28 +01:00
parent 1a085bec43
commit 598a40da9c
No known key found for this signature in database
GPG Key ID: 9E35DDA3DF631330

View File

@ -1052,6 +1052,9 @@ These are the available prompts:
intended mostly as an example of using "XMonad.Prompt.Input" to intended mostly as an example of using "XMonad.Prompt.Input" to
build an action requiring user input. build an action requiring user input.
* "XMonad.Prompt.FuzzyMatch":
A module for fuzzy completion matching in prompts akin to emacs ido mode
* "XMonad.Prompt.Input": * "XMonad.Prompt.Input":
A generic framework for prompting the user for input and passing it A generic framework for prompting the user for input and passing it
along to some other action. along to some other action.
@ -1085,6 +1088,9 @@ These are the available prompts:
* "XMonad.Prompt.Theme": * "XMonad.Prompt.Theme":
A prompt for changing the theme of the current workspace A prompt for changing the theme of the current workspace
* "XMonad.Prompt.Unicode":
A prompt for inputting Unicode characters
* "XMonad.Prompt.Window": * "XMonad.Prompt.Window":
xprompt operations to bring windows to you, and bring you to windows. xprompt operations to bring windows to you, and bring you to windows.