summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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