]> git.donarmstrong.com Git - lib.git/commitdiff
always load orderless
authorDon Armstrong <don@donarmstrong.com>
Mon, 28 Aug 2023 20:32:21 +0000 (13:32 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 28 Aug 2023 20:32:21 +0000 (13:32 -0700)
emacs_el/configuration/don-configuration.org

index 9c84c65be9410819d0d310682b2992ac2006001c..da7ba9e6f40c6d1ef30a80940c07d8eee38f7ad6 100644 (file)
@@ -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)