From d7499d1db0320f644428bc2c4c51286918ae72f5 Mon Sep 17 00:00:00 2001 From: Tony Zorman <soliditsallgood@mailbox.org> Date: Sun, 13 Nov 2022 10:04:19 +0100 Subject: [PATCH] CHANGES: Reindent Fixes: https://github.com/xmonad/xmonad-contrib/pull/777 --- CHANGES.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0c4114e9..51e1fd6c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. + - 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