diff options
author | João Távora <joaotavora@gmail.com> | 2019-02-14 10:36:40 +0000 |
---|---|---|
committer | João Távora <joaotavora@gmail.com> | 2019-02-14 10:36:40 +0000 |
commit | fabfb54d1f60cf90e72b1efaabfbefbe877e076a (patch) | |
tree | 6bcc579745b9b64856ef779ad13971693f6f1b9c | |
parent | 33dbe23bb8114d6a71ad267b0e172909dab7b387 (diff) | |
download | emacs-fabfb54d1f60cf90e72b1efaabfbefbe877e076a.tar.gz |
; * etc/NEWS (New 'flex' completion style): New entry
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -266,6 +266,12 @@ When non-nil, 'switch-to-buffer' uses 'pop-to-buffer-same-window' that respects display actions specified by 'display-buffer-alist' and 'display-buffer-overriding-action'. +** New 'flex' completion style +An implementation of popular "flx/fuzzy/scatter" completion which +matches strings where the pattern appears as a subsequence. Put +simply, makes "foo" complete to both "barfoo" and "frodo". Add 'flex' +to 'completion-styles' or 'completion-category-overrides' to use it. + * Editing Changes in Emacs 27.1 |