From 78aa08da146784d5a5c20c69e6dd70534c4774b2 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 28 Aug 2023 13:32:21 -0700 Subject: [PATCH] always load orderless --- emacs_el/configuration/don-configuration.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 9c84c65..da7ba9e 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -766,8 +766,7 @@ Attempts to automatically identify the right indentation for a file ** Orderless: advanced completion style #+begin_src emacs-lisp (use-package orderless - :demand t - :config + :init ;; Configure a custom style dispatcher (see the Consult wiki) ;; (setq orderless-style-dispatchers '(+orderless-dispatch) ;; orderless-component-separator #'orderless-escapable-split-on-space) -- 2.39.2