mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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).
This commit is contained in:
@ -3,6 +3,12 @@
|
|||||||
#+created: February 20, 2017
|
#+created: February 20, 2017
|
||||||
#+since: 2.0.0
|
#+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:
|
* Description :unfold:
|
||||||
This module provides Ivy integration for a variety of Emacs commands, as well as
|
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]].
|
a unified interface for project search and replace, powered by [[https://github.com/BurntSushi/ripgrep/][ripgrep]].
|
||||||
|
Reference in New Issue
Block a user