mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Update CHANGES.md, X.D.Extending.hs: add X.P.OrgMode
This commit is contained in:
parent
e2eee301e0
commit
db8e47e0b4
@ -189,6 +189,13 @@
|
|||||||
This module provides a config suitable for use with the LXQt desktop
|
This module provides a config suitable for use with the LXQt desktop
|
||||||
environment.
|
environment.
|
||||||
|
|
||||||
|
* `XMonad.Prompt.OrgMode`
|
||||||
|
|
||||||
|
A prompt for interacting with [org-mode](https://orgmode.org/). It
|
||||||
|
can be used to quickly save TODOs, NOTEs, and the like with the
|
||||||
|
additional capability to schedule/deadline a task, or use the
|
||||||
|
primary selection as the contents of the note.
|
||||||
|
|
||||||
### Bug Fixes and Minor Changes
|
### Bug Fixes and Minor Changes
|
||||||
|
|
||||||
* Add support for GHC 9.0.1.
|
* Add support for GHC 9.0.1.
|
||||||
|
@ -1074,6 +1074,12 @@ These are the available prompts:
|
|||||||
* narrow completions by section number, if the one is specified
|
* narrow completions by section number, if the one is specified
|
||||||
(like @\/etc\/bash_completion@ does)
|
(like @\/etc\/bash_completion@ does)
|
||||||
|
|
||||||
|
* "XMonad.Prompt.OrgMode"
|
||||||
|
A prompt for interacting with org-mode. It can be used to quickly
|
||||||
|
save TODOs, NOTEs, and the like with the additional capability to
|
||||||
|
schedule/deadline a task, or use the primary selection as the
|
||||||
|
contents of the note.
|
||||||
|
|
||||||
* "XMonad.Prompt.Pass":
|
* "XMonad.Prompt.Pass":
|
||||||
This module provides 3 combinators for ease passwords manipulation (generate, read, remove):
|
This module provides 3 combinators for ease passwords manipulation (generate, read, remove):
|
||||||
1) one to lookup passwords in the password-storage.
|
1) one to lookup passwords in the password-storage.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user