diff options
| -rw-r--r-- | emacs-config.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org index 0651ae4..5c999ef 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1726,3 +1726,14 @@ Consult provides search and navigation commands based on the Emacs completion fu ) #+end_src +** Orderless +https://github.com/oantolin/orderless +Emacs completion style that matches multiple regexps in any order. + +#+begin_src elisp + (use-package orderless + :custom + (completion-styles '(orderless basic)) + (completion-category-overrides '((file (styles partial-completion))))) +#+end_src + |
