Skip to content

Commit

Permalink
Replace heml with vertico
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray committed Sep 15, 2024
1 parent 6727c10 commit f2c8340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/emacs-30.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In this section I present the main features I get with Emacs.
### Completion framework

This key capability enhances the process of finding an element within a list.
Emacs includes `ido` by default, but there are more advanced package available, such as `ivy` or `helm`.
Emacs includes `ido` by default, but there are more advanced package available, such as `vertico` or `ivy`.

The concept is to use fuzzy matching to efficiently narrow down a list of elements.
For instance, typing `butler .hs` will match entries containing both `butler` and `.hs` regardless of their order.
Expand Down

0 comments on commit f2c8340

Please sign in to comment.