From 82adc523162de141482eccc7ea5682c3d91da30a Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Thu, 18 May 2023 12:54:56 -0400 Subject: Fix orderless completion "bug" when typing a dash It's not exactly a bug, it's an intended feature that I was attempting to use, but it didn't suit me and presented itself as a bug in my workflow. --- init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 74b4ab7..7773a10 100644 --- a/init.el +++ b/init.el @@ -276,9 +276,7 @@ :straight t :config (setq completion-styles '(orderless - orderless-initialism - orderless-flex - orderless-prefixes) + orderless-initialism) completion-category-defaults nil completion-category-overrides '((file (styles partial-completion))))) -- cgit v1.2.3