diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-29 12:09:25 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-29 12:09:25 +0200 |
| commit | 221332f795819b8902cb1db5cec86ba24cbb0767 (patch) | |
| tree | 90bf9bd490682c8c939c6b30eca0f6fc253602fe /init.el | |
| parent | 0e819ad134d11c6946c49bac086318ec1e9e1610 (diff) | |
Regex-based completion
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -52,6 +52,12 @@ :init (add-hook 'after-init-hook #'global-corfu-mode) :config (setq corfu-auto t)) +;; Retro-active completion +(use-package orderless + :custom + (completion-styles '(orderless basic)) + (completion-category-overrides '((file (styles basic partial-completion))))) + ;; Annotations in minibuffer (use-package marginalia :bind |
