summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-30 17:20:05 -0500
committerCase Duckworth2021-09-30 17:20:05 -0500
commitd12cac2619ba43230189ed90f9a19d04376b7aac (patch)
tree7d57f6c0be67e060919f5f7077dfbda841149e27 /init.el
parentSuper save not when idle (diff)
downloademacs-d12cac2619ba43230189ed90f9a19d04376b7aac.tar.gz
emacs-d12cac2619ba43230189ed90f9a19d04376b7aac.zip
Add to orderless styles
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index 09e7d77..26848c3 100644 --- a/init.el +++ b/init.el
@@ -1743,6 +1743,9 @@ browser defined in `browse-url-secondary-browser-function'."
1743 1743
1744 (:option (append completion-styles) 'orderless 1744 (:option (append completion-styles) 'orderless
1745 orderless-component-separator #'orderless-escapable-split-on-space 1745 orderless-component-separator #'orderless-escapable-split-on-space
1746 orderless-matching-styles '(orderless-literal
1747 orderless-regexp
1748 orderless-flex)
1746 orderless-style-dispatchers '(acdw/orderless-dispatch)) 1749 orderless-style-dispatchers '(acdw/orderless-dispatch))
1747 1750
1748 (:advise orderless-regexp :filter-args 1751 (:advise orderless-regexp :filter-args