From 221332f795819b8902cb1db5cec86ba24cbb0767 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Sun, 29 Jun 2025 12:09:25 +0200 Subject: Regex-based completion --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index 139159b..5823483 100644 --- a/init.el +++ b/init.el @@ -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 -- cgit v1.3.1