[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/consult 04103d3624 3/3: Reorder changelog
From: |
ELPA Syncer |
Subject: |
[elpa] externals/consult 04103d3624 3/3: Reorder changelog |
Date: |
Mon, 9 Dec 2024 12:57:52 -0500 (EST) |
branch: externals/consult
commit 04103d3624062ddb24e93d05bbd33862e0abc348
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Reorder changelog
---
CHANGELOG.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 306e550598..dccfcd72ff 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -11,11 +11,11 @@
- ~consult-grep-max-columns~: Support value ~nil~ to disable truncation.
- ~consult-line~: Enforce global completion style settings for compatibility
with
buffer-local completion style settings, which may be used by Corfu.
+- Support the value 0 for ~consult-async-min-input~.
- Remove special ~org-fold~ code. Set ~org-fold-core-style~ to ~overlays~ if
unfolding
in Org files does not work for you.
-- Support the value 0 for ~consult-async-min-input~.
-- ~consult--async-sink~: The new action ~cancel~ was added to the async
protocol.
- ~consult-info~: Support sub files.
+- ~consult--async-sink~: The new action ~cancel~ was added to the async
protocol.
- ~consult--read~: Add new keyword argument ~:initial-narrow~.
* Version 1.8 (2024-07-25)