mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -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
|
||||
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
|
||||
|
||||
* 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
|
||||
(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":
|
||||
This module provides 3 combinators for ease passwords manipulation (generate, read, remove):
|
||||
1) one to lookup passwords in the password-storage.
|
||||
|
Loading…
x
Reference in New Issue
Block a user