From 3308cd15021604153cf3e9d78d5b1d5e9b876856 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Thu, 18 May 2023 23:14:32 -0400 Subject: Fix orderless completion errors --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index f17851e..dac5d04 100644 --- a/init.el +++ b/init.el @@ -275,8 +275,7 @@ (use-package orderless :straight t :config - (setq completion-styles '(orderless - orderless-initialism) + (setq completion-styles '(orderless) completion-category-defaults nil completion-category-overrides '((file (styles partial-completion))))) -- cgit v1.2.3