refactor!(ophints): replace volatile-highlights w/ goggles
BREAKING CHANGE: This replaces volatile-highlights.el with goggles.el, since the former is no longer maintained and the latter is a much simpler implementation for the same functionality. No adjustments are needed for end-users to adopt this change, unless they have volatile-highlights-specific configuration. Ref: https://github.com/orgs/doomemacs/projects/5/views/9?pane=issue&itemId=326184 Close: #7810 Co-authored-by: Dev380 <Dev380@users.noreply.github.com>
This commit is contained in:
parent
5c50b65e95
commit
3431ddd44c
3 changed files with 12 additions and 11 deletions
|
@ -5,10 +5,11 @@
|
|||
|
||||
* Description :unfold:
|
||||
This module provides op-hints (operation hinting), i.e. visual feedback for
|
||||
certain operations. It highlights regions of text that the last operation (like
|
||||
yank) acted on.
|
||||
certain editing operations. It highlights regions of text that the last
|
||||
operation (like yank) acted on.
|
||||
|
||||
Uses [[doom-package:evil-goggles]] for evil users and [[doom-package:volatile-highlights]] otherwise.
|
||||
Uses [[doom-package:evil-goggles]] for evil users and [[doom-package:goggles]]
|
||||
otherwise.
|
||||
|
||||
** Maintainers
|
||||
- [[doom-user:][@hlissner]]
|
||||
|
@ -20,7 +21,7 @@ Uses [[doom-package:evil-goggles]] for evil users and [[doom-package:volatile-hi
|
|||
|
||||
** Packages
|
||||
- [[doom-package:evil-goggles]] if [[doom-module::editor evil]]
|
||||
- [[doom-package:volatile-highlights]] unless [[doom-module::editor evil]]
|
||||
- [[doom-package:goggles]] unless [[doom-module::editor evil]]
|
||||
|
||||
** Hacks
|
||||
/No hacks documented for this module./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue