diff options
| -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 | |||
| 266 | respects display actions specified by 'display-buffer-alist' and | 266 | respects display actions specified by 'display-buffer-alist' and |
| 267 | 'display-buffer-overriding-action'. | 267 | 'display-buffer-overriding-action'. |
| 268 | 268 | ||
| 269 | ** New 'flex' completion style | ||
| 270 | An implementation of popular "flx/fuzzy/scatter" completion which | ||
| 271 | matches strings where the pattern appears as a subsequence. Put | ||
| 272 | simply, makes "foo" complete to both "barfoo" and "frodo". Add 'flex' | ||
| 273 | to 'completion-styles' or 'completion-category-overrides' to use it. | ||
| 274 | |||
| 269 | 275 | ||
| 270 | * Editing Changes in Emacs 27.1 | 276 | * Editing Changes in Emacs 27.1 |
| 271 | 277 | ||