From ee4f66a3577725fff753a833e6de5f63b7a1f599 Mon Sep 17 00:00:00 2001 From: Christian A Vogl Date: Sun, 18 Jan 2026 20:38:03 +0100 Subject: [PATCH] chore: Replace consult.el's obsolete variables by public ones. On January 12, 2026, minad removed some obsolete variables from consult.el, some of which were mentionned in minimal-emacs' README; cf. commit 3a8ac46916c0699f0905ac4fe65d72768add3efb: https://github.com/minad/consult/commit/3a8ac46916c0699f0905ac4fe65d72768add3efb From minad's Changelog for `consult.el`: > Remove obsolete =consult--source-*= variables. Use the public variables =consult-source-*= instead. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36ba74d..44ad4f3 100644 --- a/README.md +++ b/README.md @@ -619,8 +619,8 @@ Add the following to `~/.emacs.d/post-init.el` to set up Vertico, Consult, and E consult-theme :preview-key '(:debounce 0.2 any) consult-ripgrep consult-git-grep consult-grep consult-bookmark consult-recent-file consult-xref - consult--source-bookmark consult--source-file-register - consult--source-recent-file consult--source-project-recent-file + consult-source-bookmark consult-source-file-register + consult-source-recent-file consult-source-project-recent-file ;; :preview-key "M-." :preview-key '(:debounce 0.4 any)) (setq consult-narrow-key "<"))