From 45d5d457b215aeacdb3471f527947d37b20e1c02 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 17 Feb 2024 10:00:48 +0100 Subject: Update commentary, recommend (setq completion-styles '(orderless basic)) --- orderless.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orderless.el b/orderless.el index dd95b14..98e4080 100644 --- a/orderless.el +++ b/orderless.el @@ -37,7 +37,7 @@ ;; To use this completion style you can use the following minimal ;; configuration: -;; (setq completion-styles '(orderless)) +;; (setq completion-styles '(orderless basic)) ;; You can customize the `orderless-component-separator' to decide how ;; the input pattern is split into component regexps. The default -- cgit v1.0