branch: externals/vertico commit e958277f66ec6cb503c0e7c73ce1c5171ed277b5 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
README: Add link to completion style video by Greg Yut (@gyut) This video explores the Emacs completion styles including Orderless by @oantolin. Vertico is featured in this video, but the content transfers to other completion UIs like the default *Completions* buffer or Mct. --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 82c2971f26..72bcd36e71 100644 --- a/README.org +++ b/README.org @@ -475,9 +475,11 @@ There are other interactive completion UIs, which follow a similar philosophy: * Resources -If you want to learn more about Vertico, check out the following resources: +If you want to learn more about Vertico and minibuffer completion, check out the +following resources: - [[https://github.com/hlissner/doom-emacs/tree/develop/modules/completion/vertico][Doom Emacs Vertico Module]]: Vertico is Doom's default completion system. +- [[https://www.youtube.com/watch?v=w9hHMDyF9V4][Emacs Minibuffer Completions]] (2022-02-12) by Greg Yut. - [[https://www.youtube.com/watch?v=hPwDbx--Waw][Vertico Extensions for Emacs]] (2022-01-08) by Karthik Chikmagalur. - [[https://youtu.be/5ffb2at2d7w][Using Emacs Episode 80 - Vertico, Marginalia, Consult and Embark]] (2021-10-26) by Mike Zamansky. - [[https://www.youtube.com/watch?v=UtqE-lR2HCA][System Crafters Live! - Replacing Ivy and Counsel with Vertico and Consult]] (2021-05-21) by David Wilson.