diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 7fee7a3..489f278 100644 --- a/init.el +++ b/init.el | |||
@@ -1905,7 +1905,8 @@ browser defined in `browse-url-secondary-browser-function'." | |||
1905 | orderless-component-separator #'orderless-escapable-split-on-space | 1905 | orderless-component-separator #'orderless-escapable-split-on-space |
1906 | orderless-matching-styles '(orderless-literal | 1906 | orderless-matching-styles '(orderless-literal |
1907 | orderless-regexp | 1907 | orderless-regexp |
1908 | orderless-flex) | 1908 | ;; orderless-flex |
1909 | ) | ||
1909 | orderless-style-dispatchers '(acdw/orderless-dispatch)) | 1910 | orderless-style-dispatchers '(acdw/orderless-dispatch)) |
1910 | 1911 | ||
1911 | (:advise orderless-regexp :filter-args | 1912 | (:advise orderless-regexp :filter-args |