From: Don Armstrong Date: Mon, 28 Aug 2023 20:32:21 +0000 (-0700) Subject: always load orderless X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=78aa08da146784d5a5c20c69e6dd70534c4774b2 always load orderless --- 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)