CHANGES: Reindent

Fixes: https://github.com/xmonad/xmonad-contrib/pull/777
This commit is contained in:
Tony Zorman 2022-11-13 10:04:19 +01:00
parent 233a05908d
commit d7499d1db0

View File

@ -124,15 +124,16 @@
* `XMonad.Prompt.OrgMode`
- Added `orgPromptRefile` and `orgPromptRefileTo` for interactive and
targeted refiling of the entered note into some existing tree of
headings, respectively.
- Added `orgPromptRefile` and `orgPromptRefileTo` for interactive
and targeted refiling of the entered note into some existing tree
of headings, respectively.
- Allowed the time specification in `HHMM` format.
* `XMonad.Actions.Search`
- Added `aur`, `flora`, `ncatlab`, `protondb`, `rosettacode`, `sourcehut`, `steam` and `voidpackages` search engines.
- Added `aur`, `flora`, `ncatlab`, `protondb`, `rosettacode`,
`sourcehut`, `steam` and `voidpackages` search engines.
### Other changes