Update CHANGES.md, X.D.Extending.hs: add X.P.OrgMode

This commit is contained in:
slotThe 2021-03-29 08:53:12 +02:00
parent e2eee301e0
commit db8e47e0b4
2 changed files with 13 additions and 0 deletions

View File

@ -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.

View File

@ -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.