From 4ca92f3dd0f6ee37e5de75c52d317259deb6fb2c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 28 Jul 2024 18:15:25 -0400 Subject: [PATCH] module: deprecate :completion ivy Ivy is practically Vertico's spiritual successor, and its module is one of the more higher-maintenance modules in our library. Rather than maintain two spiritually identicaly modules, I'd rather focus on the better one. I won't make any moves to actually remove the Ivy module until well after the v3 release, when `doom sync` and `doom upgrade` have rollback functionality, and those commands are better equipped to warn uses about module deprecations (and we have our new Github Discussions board set up, so we have a centralized place to announce them). --- modules/completion/ivy/README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/completion/ivy/README.org b/modules/completion/ivy/README.org index d10206b0a..a0deb43b8 100644 --- a/modules/completion/ivy/README.org +++ b/modules/completion/ivy/README.org @@ -3,6 +3,12 @@ #+created: February 20, 2017 #+since: 2.0.0 +#+begin_quote +  *This module is deprecated* in favor of the [[doom-module::completion vertico]] + module. This module will be in maintenance mode until it is eventually + removed. Consider switching to the Vertico module instead. +#+end_quote + * Description :unfold: This module provides Ivy integration for a variety of Emacs commands, as well as a unified interface for project search and replace, powered by [[https://github.com/BurntSushi/ripgrep/][ripgrep]].