diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2021-05-16 18:09:41 -0500 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2021-05-16 18:09:41 -0500 |
| commit | d2891b807b446c15621fb114cb813e62a360793c (patch) | |
| tree | ee1e5e0320de1314b490cdd96fc7d5b418c41c27 /README.org | |
| parent | d13f47df7327aa3d91434ec160567658ec5f81c2 (diff) | |
orderless+initialism example requires Marginalia (see #54)
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -248,6 +248,17 @@ completion category. (symbol (styles orderless+initialism)))) #+end_src +Note that in order for the =orderless+initialism= style to kick-in with +the above configuration, you'd need to use commands whose metadata +indicates that the completion candidates are commands or symbols. In +Emacs 28, =execute-extended-command= has metadata indicating you are +selecting a command, but earlier versions of Emacs lack this metadata. +Activating =marginalia-mode= from the [[https://github.com/minad/marginalia][Marginalia]] package provides this +metadata automatically for many built-in commands and is recommended +if you use the above example configuration, or other similarly +fine-grained control of completion styles according to completion +category. + ** Faces for component matches The portions of a candidate matching each component get highlighted in |
