None
EN
Emacs: default minibuffer completions overview (Emacs 31)
[]
Protesilaos Stavrou: Coding blog
Emacs: default minibuffer completions overview (Emacs 31)Raw link: YouTube OR Internet ArchiveIn this video I provide an overview of the default interface for minibuffer completions in Emacs.
For this article I will focus on the default user interface of completions as it is done through the minibuffer.
Minibuffer completion is performed whenever we type, with default keybindings, M-x ( execute-extended-command ), C-x b ( switch-to-buffer ), C-x C-f ( find-file ), among many others.
If you type some extra characters or otherwise modify your initial input, the *Completions* buffer will not reflect the new list of candidates.
t )))))The default completions and related packagesThe modern stack is vertico , marginalia , orderless , embark , and consult .