diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-18 01:33:04 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-18 01:33:04 -0400 |
commit | 317430c4e061221ffa104dc78381281213c53ad2 (patch) | |
tree | e37932eabff4bf0a12f89cbb62c3ee6e3eb6ca5c | |
parent | Marginalia tweaks (diff) | |
download | mmosmacs-317430c4e061221ffa104dc78381281213c53ad2.tar.gz mmosmacs-317430c4e061221ffa104dc78381281213c53ad2.tar.bz2 mmosmacs-317430c4e061221ffa104dc78381281213c53ad2.zip |
Orderless tweaks
-rw-r--r-- | init.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -276,7 +276,10 @@ | |||
276 | (use-package orderless | 276 | (use-package orderless |
277 | :straight t | 277 | :straight t |
278 | :config | 278 | :config |
279 | (setq completion-styles '(orderless basic) | 279 | (setq completion-styles '(orderless |
280 | orderless-initialism | ||
281 | orderless-flex | ||
282 | orderless-prefixes) | ||
280 | completion-category-defaults nil | 283 | completion-category-defaults nil |
281 | completion-category-overrides '((file (styles partial-completion))))) | 284 | completion-category-overrides '((file (styles partial-completion))))) |
282 | 285 | ||